@testsmith/api-spector 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35412,6 +35412,11 @@ const field$6 = "field";
35412
35412
  const Dismiss$6 = "Dismiss";
35413
35413
  const Copied$6 = "Copied";
35414
35414
  const Later$6 = "Later";
35415
+ const Level$6 = "Level";
35416
+ const Basic$6 = "Basic";
35417
+ const Standard$6 = "Standard";
35418
+ const Aggressive$6 = "Aggressive";
35419
+ const Next$6 = "Next";
35415
35420
  const en = {
35416
35421
  "Close tab": "Close tab",
35417
35422
  Collections: Collections$6,
@@ -36323,12 +36328,7 @@ const en = {
36323
36328
  "Schema is not valid JSON. Fix the syntax and try again.": "Schema is not valid JSON. Fix the syntax and try again.",
36324
36329
  "Response body is not valid JSON and cannot be validated against a schema.": "Response body is not valid JSON and cannot be validated against a schema.",
36325
36330
  "Schema compile error: :message": "Schema compile error: :message",
36326
- "Schema — a local scratch check.": "Schema — a local scratch check.",
36327
- "Validate this request's last response against a JSON Schema, right here. It is": "Validate this request's last response against a JSON Schema, right here. It is",
36328
- "not saved to the contract and not published": "not saved to the contract and not published",
36329
- "— a dev-time sanity check only. To define what the provider": "— a dev-time sanity check only. To define what the provider",
36330
36331
  must: must$6,
36331
- "return (which drives contract testing), use the": "return (which drives contract testing), use the",
36332
36332
  "tab.": "tab.",
36333
36333
  "JSON Schema (draft-07+)": "JSON Schema (draft-07+)",
36334
36334
  "Copy the body schema from this request's contract": "Copy the body schema from this request's contract",
@@ -36340,11 +36340,7 @@ const en = {
36340
36340
  "Valid: response matches the schema.": "Valid: response matches the schema.",
36341
36341
  "Invalid: :count error|Invalid: :count errors": "Invalid: :count error|Invalid: :count errors",
36342
36342
  "Contract.": "Contract.",
36343
- "What this request": "What this request",
36344
36343
  expects: expects$6,
36345
- "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the": "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the",
36346
- "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the": "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the",
36347
- "gate. For a quick body check that runs on every send, use the": "gate. For a quick body check that runs on every send, use the",
36348
36344
  Schema: Schema$6,
36349
36345
  "Contract defined - will be verified in Contract panel": "Contract defined - will be verified in Contract panel",
36350
36346
  "No contract defined yet": "No contract defined yet",
@@ -36431,7 +36427,35 @@ const en = {
36431
36427
  "Update with": "Update with",
36432
36428
  Copied: Copied$6,
36433
36429
  "Skip this version": "Skip this version",
36434
- Later: Later$6
36430
+ Later: Later$6,
36431
+ Level: Level$6,
36432
+ Basic: Basic$6,
36433
+ Standard: Standard$6,
36434
+ Aggressive: Aggressive$6,
36435
+ "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.": "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.",
36436
+ "1. Create a collection": "1. Create a collection",
36437
+ "Collections group related requests. Click the + to add your first one.": "Collections group related requests. Click the + to add your first one.",
36438
+ "2. Add an environment": "2. Add an environment",
36439
+ "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.": "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.",
36440
+ "3. Add a request": "3. Add a request",
36441
+ "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.": "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.",
36442
+ "Step :n of :total": "Step :n of :total",
36443
+ "Skip tour": "Skip tour",
36444
+ Next: Next$6,
36445
+ "4. Replay from History": "4. Replay from History",
36446
+ "Every request you send is recorded here. Click any entry to inspect or replay it.": "Every request you send is recorded here. Click any entry to inspect or replay it.",
36447
+ "5. Contract testing and fuzzing": "5. Contract testing and fuzzing",
36448
+ "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.": "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.",
36449
+ "6. Mock servers": "6. Mock servers",
36450
+ "Spin up a local mock server from your requests to develop against before the real API is ready.": "Spin up a local mock server from your requests to develop against before the real API is ready.",
36451
+ "7. Open from Git": "7. Open from Git",
36452
+ "Open a workspace straight from a Git repository to share collections with your team.": "Open a workspace straight from a Git repository to share collections with your team.",
36453
+ "Product tour": "Product tour",
36454
+ "Restart tour": "Restart tour",
36455
+ "Replay the guided walkthrough of collections, environments and requests.": "Replay the guided walkthrough of collections, environments and requests.",
36456
+ "Schema: a local scratch check.": "Schema: a local scratch check.",
36457
+ "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.": "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.",
36458
+ "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab.": "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab."
36435
36459
  };
36436
36460
  const Collections$5 = "Sammlungen";
36437
36461
  const History$5 = "Verlauf";
@@ -36477,7 +36501,7 @@ const Consumer$5 = "Consumer";
36477
36501
  const Provider$5 = "Provider";
36478
36502
  const Version$5 = "Version";
36479
36503
  const Delete$5 = "Löschen";
36480
- const Request$5 = "Anfrage";
36504
+ const Request$5 = "Request";
36481
36505
  const Body$5 = "Body";
36482
36506
  const ERR$5 = "ERR";
36483
36507
  const finding$5 = "Befund";
@@ -36552,7 +36576,7 @@ const Click$5 = "Klicken Sie auf";
36552
36576
  const General$5 = "Allgemein";
36553
36577
  const Appearance$5 = "Erscheinungsbild";
36554
36578
  const Privacy$5 = "Datenschutz";
36555
- const Secrets$5 = "Geheimnisse";
36579
+ const Secrets$5 = "Secrets";
36556
36580
  const Cloud$5 = "Cloud";
36557
36581
  const Theme$5 = "Farbschema";
36558
36582
  const Username$5 = "Benutzername";
@@ -36580,7 +36604,7 @@ const Enable$5 = "Aktivieren";
36580
36604
  const Disable$5 = "Deaktivieren";
36581
36605
  const Example$5 = "Beispiel";
36582
36606
  const Open$5 = "Öffnen";
36583
- const request$5 = "Anfrage";
36607
+ const request$5 = "Request";
36584
36608
  const folder$5 = "Ordner";
36585
36609
  const collection$5 = "Sammlung";
36586
36610
  const changed$5 = "geändert";
@@ -36593,7 +36617,7 @@ const script$5 = "Skript";
36593
36617
  const active$5 = "aktiv";
36594
36618
  const Access$5 = "Zugriff";
36595
36619
  const empty$6 = "leer";
36596
- const Requests$5 = "Anfragen";
36620
+ const Requests$5 = "Requests";
36597
36621
  const Status$5 = "Status";
36598
36622
  const Duration$5 = "Dauer";
36599
36623
  const Time$5 = "Zeit";
@@ -36626,6 +36650,11 @@ const field$5 = "Feld";
36626
36650
  const Dismiss$5 = "Schließen";
36627
36651
  const Copied$5 = "Kopiert";
36628
36652
  const Later$5 = "Später";
36653
+ const Level$5 = "Stufe";
36654
+ const Basic$5 = "Einfach";
36655
+ const Standard$5 = "Standard";
36656
+ const Aggressive$5 = "Aggressiv";
36657
+ const Next$5 = "Weiter";
36629
36658
  const de = {
36630
36659
  "Close tab": "Tab schließen",
36631
36660
  Collections: Collections$5,
@@ -36652,15 +36681,15 @@ const de = {
36652
36681
  Edit: Edit$5,
36653
36682
  Manage: Manage$5,
36654
36683
  "Env:": "ENV:",
36655
- "Search requests by name, URL, or method...": "Anfragen nach Name, URL oder Methode suchen...",
36656
- 'No requests match ":query"': 'Keine Anfragen für ":query" gefunden',
36684
+ "Search requests by name, URL, or method...": "Requests nach Name, URL oder Methode suchen...",
36685
+ 'No requests match ":query"': 'Keine Requests für ":query" gefunden',
36657
36686
  "(no URL)": "(keine URL)",
36658
36687
  navigate: navigate$5,
36659
36688
  open: open$5,
36660
36689
  "Could not open the repository": "Repository konnte nicht geöffnet werden",
36661
36690
  "New version available (v:latest, you have v:current)": "Neue Version verfügbar (v:latest, Sie haben v:current)",
36662
36691
  by: by$5,
36663
- "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Local-First API-Tests mit Codegenerierung für Robot Framework & Playwright. Geheimnisse bleiben auf Ihrem Gerät.",
36692
+ "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Local-First API-Tests mit Codegenerierung für Robot Framework & Playwright. Secrets bleiben auf Ihrem Gerät.",
36664
36693
  "version :version": "Version :version",
36665
36694
  "Open Workspace": "Workspace öffnen",
36666
36695
  "New Workspace": "Neuer Workspace",
@@ -36669,7 +36698,7 @@ const de = {
36669
36698
  "Open from Git": "Aus Git öffnen",
36670
36699
  "Recent workspaces": "Zuletzt verwendete Workspaces",
36671
36700
  "A workspace is a": "Ein Workspace ist eine",
36672
- "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": "Datei. Committen Sie sie samt Ihren Sammlungen in Git - Geheimnisse werden im Schlüsselbund Ihres Systems gespeichert, nie auf der Festplatte.",
36701
+ "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": "Datei. Committen Sie sie samt Ihren Sammlungen in Git - Secrets werden im Schlüsselbund Ihres Systems gespeichert, nie auf der Festplatte.",
36673
36702
  "by Testsmith": "von Testsmith",
36674
36703
  "Import collection (Postman, OpenAPI, Insomnia, Bruno)": "Sammlung importieren (Postman, OpenAPI, Insomnia, Bruno)",
36675
36704
  Import: Import$5,
@@ -36703,15 +36732,15 @@ const de = {
36703
36732
  variable_name: variable_name$5,
36704
36733
  value: value$5,
36705
36734
  "Encrypted · sha256: :hash…": "Verschlüsselt · sha256: :hash…",
36706
- "Enter secret value to encrypt…": "Geheimen Wert zum Verschlüsseln eingeben…",
36735
+ "Enter secret value to encrypt…": "Secret Wert zum Verschlüsseln eingeben…",
36707
36736
  "✓ Saved": "✓ Gespeichert",
36708
36737
  Encrypt: Encrypt$5,
36709
36738
  "SHA-256 fingerprint of encrypted value: :hash…": "SHA-256-Fingerabdruck des verschlüsselten Werts: :hash…",
36710
36739
  OS_ENV_VAR_NAME: OS_ENV_VAR_NAME$5,
36711
36740
  "Value read from OS env at send-time. Never stored in project.": "Wert wird zur Sendezeit aus der OS-Umgebung gelesen. Wird nie im Projekt gespeichert.",
36712
36741
  "Optional description…": "Optionale Beschreibung…",
36713
- "Plain text - click to switch to encrypted secret": "Klartext - klicken, um zu verschlüsseltem Geheimnis zu wechseln",
36714
- "Encrypted secret - click to switch to env var ref": "Verschlüsseltes Geheimnis - klicken, um zur Umgebungsvariablen-Referenz zu wechseln",
36742
+ "Plain text - click to switch to encrypted secret": "Klartext - klicken, um zu verschlüsseltem Secret zu wechseln",
36743
+ "Encrypted secret - click to switch to env var ref": "Verschlüsseltes Secret - klicken, um zur Umgebungsvariablen-Referenz zu wechseln",
36715
36744
  "OS env var reference - click to switch to plain text": "OS-Umgebungsvariablen-Referenz - klicken, um zu Klartext zu wechseln",
36716
36745
  abc: abc$5,
36717
36746
  enc: enc$5,
@@ -36729,7 +36758,7 @@ const de = {
36729
36758
  "+ Create environment": "+ Umgebung erstellen",
36730
36759
  "Password cannot be empty.": "Passwort darf nicht leer sein.",
36731
36760
  "Master Password Required": "Master-Passwort erforderlich",
36732
- "Secrets are encrypted with AES-256-GCM using a master password. Set": "Geheimnisse werden mit AES-256-GCM und einem Master-Passwort verschlüsselt. Setzen Sie",
36761
+ "Secrets are encrypted with AES-256-GCM using a master password. Set": "Secrets werden mit AES-256-GCM und einem Master-Passwort verschlüsselt. Setzen Sie",
36733
36762
  "in your shell profile to persist it across sessions.": "in Ihrem Shell-Profil, um es über Sitzungen hinweg beizubehalten.",
36734
36763
  "Master Password": "Master-Passwort",
36735
36764
  "Enter master password…": "Master-Passwort eingeben…",
@@ -36748,8 +36777,8 @@ const de = {
36748
36777
  "Type a message… (Ctrl+Enter to send)": "Nachricht eingeben… (Strg+Enter zum Senden)",
36749
36778
  "Connect first to send messages": "Zuerst verbinden, um Nachrichten zu senden",
36750
36779
  Send: Send$5,
36751
- "Select a request from the sidebar": "Wählen Sie eine Anfrage aus der Seitenleiste",
36752
- ":count requests": ":count Anfragen",
36780
+ "Select a request from the sidebar": "Wählen Sie eine Request aus der Seitenleiste",
36781
+ ":count requests": ":count Requests",
36753
36782
  ":count data row|:count data rows": ":count Datenzeile|:count Datenzeilen",
36754
36783
  "Measure how much of an OpenAPI spec this workspace tests": "Messen, wie viel einer OpenAPI-Spec dieser Arbeitsbereich testet",
36755
36784
  Coverage: Coverage$5,
@@ -36806,9 +36835,9 @@ const de = {
36806
36835
  "Match a JSON example by type, not exact value (tolerant — recommended)": "Ein JSON-Beispiel nach Typ abgleichen, nicht nach exaktem Wert (tolerant - empfohlen)",
36807
36836
  "+ Add interaction": "+ Interaktion hinzufügen",
36808
36837
  ERR: ERR$5,
36809
- "▲ Hide sent request": "▲ Gesendete Anfrage ausblenden",
36810
- "▼ Show sent request": "▼ Gesendete Anfrage anzeigen",
36811
- "Copy the sent request": "Gesendete Anfrage kopieren",
36838
+ "▲ Hide sent request": "▲ Gesendete Request ausblenden",
36839
+ "▼ Show sent request": "▼ Gesendete Request anzeigen",
36840
+ "Copy the sent request": "Gesendete Request kopieren",
36812
36841
  "Response sample": "Antwortbeispiel",
36813
36842
  ":count finding|:count findings": ":count Befund|:count Befunde",
36814
36843
  ":count cases": ":count Fälle",
@@ -36818,7 +36847,7 @@ const de = {
36818
36847
  "no response": "keine Antwort",
36819
36848
  "(empty)": "(leer)",
36820
36849
  ":count cases sent": ":count Fälle gesendet",
36821
- "Sent request copied to clipboard.": "Gesendete Anfrage in die Zwischenablage kopiert.",
36850
+ "Sent request copied to clipboard.": "Gesendete Request in die Zwischenablage kopiert.",
36822
36851
  "Copy failed.": "Kopieren fehlgeschlagen.",
36823
36852
  "✓ No findings": "✓ Keine Befunde",
36824
36853
  "✗ :count finding|✗ :count findings": "✗ :count Befund|✗ :count Befunde",
@@ -36830,11 +36859,11 @@ const de = {
36830
36859
  "seed :seed": "Seed :seed",
36831
36860
  "Clear results": "Ergebnisse löschen",
36832
36861
  Clear: Clear$5,
36833
- ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count Schreibmethoden-Anfrage übersprungen (aktivieren Sie Schreibmethoden einschließen).|:count Schreibmethoden-Anfragen übersprungen (aktivieren Sie Schreibmethoden einschließen).",
36834
- ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count Anfrage hatte keinen Body zum Fuzzen.|:count Anfragen hatten keinen Body zum Fuzzen.",
36862
+ ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count Schreibmethoden-Request übersprungen (aktivieren Sie Schreibmethoden einschließen).|:count Schreibmethoden-Requests übersprungen (aktivieren Sie Schreibmethoden einschließen).",
36863
+ ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count Request hatte keinen Body zum Fuzzen.|:count Requests hatten keinen Body zum Fuzzen.",
36835
36864
  ":count operation clean|:count operations clean": ":count Operation sauber|:count Operationen sauber",
36836
36865
  "All cases sent": "Alle Fälle gesendet",
36837
- "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Es wurden keine Operationen gefuzzt. Prüfen Sie, ob Anfragen einen Body oder eine passende Spec-Operation haben.",
36866
+ "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Es wurden keine Operationen gefuzzt. Prüfen Sie, ob Requests einen Body oder eine passende Spec-Operation haben.",
36838
36867
  "Published :name@:version — :count contract(s) re-verified": ":name@:version veröffentlicht - :count Contract(s) erneut verifiziert",
36839
36868
  "Provide an OpenAPI spec URL or pick a pinned snapshot for provider / bi-directional mode.": "Geben Sie eine OpenAPI-Spec-URL an oder wählen Sie einen angehefteten Snapshot für den Provider-/bidirektionalen Modus.",
36840
36869
  "Provide a provider base URL (e.g. http://localhost:3000) to replay contracts against.": "Geben Sie eine Provider-Basis-URL an (z. B. http://localhost:3000), gegen die Contracts erneut abgespielt werden.",
@@ -36842,16 +36871,16 @@ const de = {
36842
36871
  "Enter a spec URL before pinning a snapshot.": "Geben Sie eine Spec-URL ein, bevor Sie einen Snapshot anheften.",
36843
36872
  "Design a consumer-driven contract up front, with no endpoints, then publish it to the cloud": "Entwerfen Sie vorab einen consumer-driven Contract, ohne Endpunkte, und veröffentlichen Sie ihn dann in der Cloud",
36844
36873
  "Design a contract (no endpoint needed)": "Einen Contract entwerfen (kein Endpunkt nötig)",
36845
- "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Sendet Anfragen an den echten Provider und validiert jede Antwort gegen den im Contract-Tab definierten Contract. Legen Sie unten eine Basis-URL fest, um hostlose (design-first) Contracts zu senden.",
36846
- "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Statische Analyse: validiert, dass Ihre Anfragen der veröffentlichten OpenAPI-Spec des Providers entsprechen (keine HTTP-Aufrufe).",
36874
+ "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Sendet Requests an den echten Provider und validiert jede Antwort gegen den im Contract-Tab definierten Contract. Legen Sie unten eine Basis-URL fest, um hostlose (design-first) Contracts zu senden.",
36875
+ "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Statische Analyse: validiert, dass Ihre Requests der veröffentlichten OpenAPI-Spec des Providers entsprechen (keine HTTP-Aufrufe).",
36847
36876
  "Replays each contract against a running provider, seeding provider states first. The real provider verification.": "Spielt jeden Contract gegen einen laufenden Provider ab und initialisiert zuvor die Provider-States. Die echte Provider-Verifizierung.",
36848
36877
  "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Sendet fehlerhafte Eingaben, die aus der Spec (oder, ohne Spec, aus dem Request-Body) generiert werden, und markiert Antworten, die abstürzen (5xx) oder ungültige Eingaben akzeptieren.",
36849
36878
  "Checks static schema compatibility between consumer contracts and provider spec, then verifies live responses.": "Prüft die statische Schema-Kompatibilität zwischen Consumer-Contracts und Provider-Spec und verifiziert dann Live-Antworten.",
36850
36879
  "Provider base URL": "Provider-Basis-URL",
36851
36880
  "(optional)": "(optional)",
36852
- "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Erforderlich. Jede gefuzzte Anfrage wird vor dem Senden auf diesen Origin umbasiert.",
36853
- "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Optional. Basiert jede Anfrage vor dem Senden auf diesen Origin um, damit design-first Contracts, die nur einen Pfad tragen (z. B. /brands), ausgeführt werden können. Anfragen mit vollständiger URL werden unverändert gesendet.",
36854
- "Each request is rebased onto this origin before being replayed against the live provider.": "Jede Anfrage wird auf diesen Origin umbasiert, bevor sie gegen den Live-Provider abgespielt wird.",
36881
+ "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Erforderlich. Jede gefuzzte Request wird vor dem Senden auf diesen Origin umbasiert.",
36882
+ "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Optional. Basiert jede Request vor dem Senden auf diesen Origin um, damit design-first Contracts, die nur einen Pfad tragen (z. B. /brands), ausgeführt werden können. Requests mit vollständiger URL werden unverändert gesendet.",
36883
+ "Each request is rebased onto this origin before being replayed against the live provider.": "Jede Request wird auf diesen Origin umbasiert, bevor sie gegen den Live-Provider abgespielt wird.",
36855
36884
  "State handler URL": "State-Handler-URL",
36856
36885
  "Before each interaction we POST": "Vor jeder Interaktion senden wir POST an",
36857
36886
  "here so the provider can be seeded into a known state (Pact": "hier, damit der Provider in einen bekannten Zustand versetzt werden kann (Pact",
@@ -36871,7 +36900,7 @@ const de = {
36871
36900
  "Publish this OpenAPI spec to the broker; consumers' pacts are re-verified against it": "Veröffentlichen Sie diese OpenAPI-Spec beim Broker; die Pacts der Consumer werden dagegen erneut verifiziert",
36872
36901
  Publish: Publish$5,
36873
36902
  "Request base URL": "Request-Basis-URL",
36874
- "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Wenn Ihre Anfragen auf einen anderen Host als die Spec zeigen, geben Sie diesen Host hier ein, damit die Pfade korrekt übereinstimmen.",
36903
+ "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Wenn Ihre Requests auf einen anderen Host als die Spec zeigen, geben Sie diesen Host hier ein, damit die Pfade korrekt übereinstimmen.",
36875
36904
  "Cases per operation": "Fälle pro Operation",
36876
36905
  Seed: Seed$5,
36877
36906
  "Include write methods (POST/PUT/PATCH/DELETE)": "Schreibmethoden einschließen (POST/PUT/PATCH/DELETE)",
@@ -36879,7 +36908,7 @@ const de = {
36879
36908
  "Strict status": "Strikter Status",
36880
36909
  "Check response schemas": "Antwortschemata prüfen",
36881
36910
  "Record all cases": "Alle Fälle aufzeichnen",
36882
- ":count request|:count requests": ":count Anfrage|:count Anfragen",
36911
+ ":count request|:count requests": ":count Request|:count Requests",
36883
36912
  ":count contract defined|:count contracts defined": ":count Contract definiert|:count Contracts definiert",
36884
36913
  "Running…": "Läuft…",
36885
36914
  "Run fuzz": "Fuzz ausführen",
@@ -36887,7 +36916,7 @@ const de = {
36887
36916
  "Configure fuzzing above and click Run fuzz.": "Konfigurieren Sie das Fuzzing oben und klicken Sie auf Fuzz ausführen.",
36888
36917
  "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "Fuzzing benötigt eine Provider-Basis-URL. Eine Spec ist optional: ohne sie werden Request-Bodies mutiert.",
36889
36918
  "Configure a mode above and click Run.": "Konfigurieren Sie oben einen Modus und klicken Sie auf Ausführen.",
36890
- "Define a contract on a request via the Contract tab first.": "Definieren Sie zuerst einen Contract für eine Anfrage über den Contract-Tab.",
36919
+ "Define a contract on a request via the Contract tab first.": "Definieren Sie zuerst einen Contract für eine Request über den Contract-Tab.",
36891
36920
  "✓ All passed": "✓ Alle bestanden",
36892
36921
  "✗ :count failed": "✗ :count fehlgeschlagen",
36893
36922
  expected: expected$5,
@@ -36973,7 +37002,7 @@ const de = {
36973
37002
  Platform: Platform$5,
36974
37003
  "Detected from remote: :platform": "Erkannt vom Remote: :platform",
36975
37004
  Environment: Environment$5,
36976
- ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count geheime Variable wird auf CI-Secrets abgebildet|:count geheime Variablen werden auf CI-Secrets abgebildet",
37005
+ ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count secret Variable wird auf CI-Secrets abgebildet|:count secret Variablen werden auf CI-Secrets abgebildet",
36977
37006
  "Tags (optional)": "Tags (optional)",
36978
37007
  "e.g. smoke, regression": "z. B. smoke, regression",
36979
37008
  "Write :path": ":path schreiben",
@@ -37020,13 +37049,13 @@ const de = {
37020
37049
  ":count passed": ":count bestanden",
37021
37050
  ":count failed": ":count fehlgeschlagen",
37022
37051
  ":count errors": ":count Fehler",
37023
- "Requests with no assertions to verify": "Anfragen ohne zu prüfende Assertions",
37052
+ "Requests with no assertions to verify": "Requests ohne zu prüfende Assertions",
37024
37053
  ":count no tests": ":count ohne Tests",
37025
37054
  ":count total": ":count gesamt",
37026
37055
  "Export results": "Ergebnisse exportieren",
37027
37056
  "Load this response into the viewer": "Diese Antwort in den Viewer laden",
37028
37057
  load: load$5,
37029
- "Send this request again": "Diese Anfrage erneut senden",
37058
+ "Send this request again": "Diese Request erneut senden",
37030
37059
  resend: resend$5,
37031
37060
  Response: Response$5,
37032
37061
  "✓ Contract saved": "✓ Contract gespeichert",
@@ -37037,7 +37066,7 @@ const de = {
37037
37066
  Tests: Tests$5,
37038
37067
  Console: Console$5,
37039
37068
  HTTP: HTTP$5,
37040
- "No past responses for this request yet. Each send is recorded here.": "Noch keine früheren Antworten für diese Anfrage. Jedes Senden wird hier aufgezeichnet.",
37069
+ "No past responses for this request yet. Each send is recorded here.": "Noch keine früheren Antworten für diese Request. Jedes Senden wird hier aufgezeichnet.",
37041
37070
  "Interactive tree view - click values to add assertions": "Interaktive Baumansicht - klicken Sie auf Werte, um Assertions hinzuzufügen",
37042
37071
  Tree: Tree$5,
37043
37072
  "Raw body view": "Rohe Body-Ansicht",
@@ -37051,7 +37080,7 @@ const de = {
37051
37080
  Contract: Contract$5,
37052
37081
  "Save this response as a mock route": "Diese Antwort als Mock-Route speichern",
37053
37082
  Mock: Mock$5,
37054
- "Request failed": "Anfrage fehlgeschlagen",
37083
+ "Request failed": "Request fehlgeschlagen",
37055
37084
  "Right-click to create an environment variable": "Rechtsklick, um eine Umgebungsvariable zu erstellen",
37056
37085
  "Conforms to HTTP semantics": "Entspricht der HTTP-Semantik",
37057
37086
  "No violations of the HTTP specification (RFC 9110/9111) in this response. This check is automatic and needs no test or spec.": "Keine Verstöße gegen die HTTP-Spezifikation (RFC 9110/9111) in dieser Antwort. Diese Prüfung erfolgt automatisch und benötigt keinen Test und keine Spec.",
@@ -37072,7 +37101,7 @@ const de = {
37072
37101
  vs: vs$5,
37073
37102
  Current: Current$5,
37074
37103
  "No differences found": "Keine Unterschiede gefunden",
37075
- "Send a request to see what was transmitted.": "Senden Sie eine Anfrage, um zu sehen, was übertragen wurde.",
37104
+ "Send a request to see what was transmitted.": "Senden Sie eine Request, um zu sehen, was übertragen wurde.",
37076
37105
  "No headers sent": "Keine Header gesendet",
37077
37106
  "Save as mock route": "Als Mock-Route speichern",
37078
37107
  "Mock server": "Mock-Server",
@@ -37096,7 +37125,7 @@ const de = {
37096
37125
  "Waiting for the first event…": "Warte auf das erste Ereignis…",
37097
37126
  "No events received.": "Keine Ereignisse empfangen.",
37098
37127
  "showing the last :max of :total events": "zeige die letzten :max von :total Ereignissen",
37099
- "Time since request start": "Zeit seit Anfragebeginn",
37128
+ "Time since request start": "Zeit seit Requestbeginn",
37100
37129
  "Could not parse body: :error": "Body konnte nicht geparst werden: :error",
37101
37130
  "Up one level": "Eine Ebene nach oben",
37102
37131
  "↑ up": "↑ nach oben",
@@ -37159,7 +37188,7 @@ const de = {
37159
37188
  "Workspace Settings": "Arbeitsbereich-Einstellungen",
37160
37189
  "Default environment": "Standardumgebung",
37161
37190
  "CLI runs without --environment use this environment, and the app selects it when no environment is active.": "CLI-Läufe ohne --environment verwenden diese Umgebung, und die App wählt sie aus, wenn keine Umgebung aktiv ist.",
37162
- "Persist request history": "Anfrageverlauf beibehalten",
37191
+ "Persist request history": "Requestverlauf beibehalten",
37163
37192
  "Save history to history.json in the workspace folder so it survives restarts. The file is gitignored. Off by default; history stays in memory otherwise.": "Speichert den Verlauf in history.json im Arbeitsbereich-Ordner, damit er Neustarts übersteht. Die Datei wird von Git ignoriert. Standardmäßig aus; andernfalls bleibt der Verlauf im Speicher.",
37164
37193
  Theme: Theme$5,
37165
37194
  "⊙ Auto": "⊙ Auto",
@@ -37172,7 +37201,7 @@ const de = {
37172
37201
  Username: Username$5,
37173
37202
  Password: Password$5,
37174
37203
  "Enable API Spector Cloud": "API Spector Cloud aktivieren",
37175
- 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Übertragen Sie Mocks und Monitore an eine gehostete Instanz. Wenn aktiviert, erscheinen "In Cloud übertragen"-Aktionen bei Mocks und Anfragen.',
37204
+ 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Übertragen Sie Mocks und Monitore an eine gehostete Instanz. Wenn aktiviert, erscheinen "In Cloud übertragen"-Aktionen bei Mocks und Requests.',
37176
37205
  "API token": "API-Token",
37177
37206
  "•••••••• (saved — type to replace)": "•••••••• (gespeichert - tippen zum Ersetzen)",
37178
37207
  "Paste a token from the cloud dashboard": "Fügen Sie ein Token aus dem Cloud-Dashboard ein",
@@ -37187,8 +37216,8 @@ const de = {
37187
37216
  "Remove pattern": "Muster entfernen",
37188
37217
  "Add pattern…": "Muster hinzufügen…",
37189
37218
  Add: Add$5,
37190
- "Reference secrets from an external manager instead of storing them. Put a reference like": "Referenzieren Sie Geheimnisse aus einem externen Manager, anstatt sie zu speichern. Setzen Sie eine Referenz wie",
37191
- "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "in eine Umgebungsvariable oder ein Auth-Feld; sie wird zur Sendezeit aufgelöst und nie in den Arbeitsbereich geschrieben. Diese Verbindungskonfiguration ist nicht geheim - Tokens und Secret-IDs kommen aus Ihrer Umgebung (oder der Vault-Anmeldung unten).",
37219
+ "Reference secrets from an external manager instead of storing them. Put a reference like": "Referenzieren Sie Secrets aus einem externen Manager, anstatt sie zu speichern. Setzen Sie eine Referenz wie",
37220
+ "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "in eine Umgebungsvariable oder ein Auth-Feld; sie wird zur Sendezeit aufgelöst und nie in den Arbeitsbereich geschrieben. Diese Verbindungskonfiguration ist nicht secret - Tokens und Secret-IDs kommen aus Ihrer Umgebung (oder der Vault-Anmeldung unten).",
37192
37221
  "Address (VAULT_ADDR)": "Adresse (VAULT_ADDR)",
37193
37222
  Namespace: Namespace$5,
37194
37223
  "(Enterprise)": "(Enterprise)",
@@ -37217,7 +37246,7 @@ const de = {
37217
37246
  "Bearer token": "Bearer-Token",
37218
37247
  "Basic Auth": "Basic Auth",
37219
37248
  "Digest Auth": "Digest Auth",
37220
- "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest verwendet ein MD5-Challenge-Response-Verfahren mit zwei Umläufen. Benutzername/Passwort werden mit der ersten Anfrage gesendet, um die Challenge auszuhandeln.",
37249
+ "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest verwendet ein MD5-Challenge-Response-Verfahren mit zwei Umläufen. Benutzername/Passwort werden mit der ersten Request gesendet, um die Challenge auszuhandeln.",
37221
37250
  'Stored as ":ref"': 'Gespeichert als ":ref"',
37222
37251
  Domain: Domain$5,
37223
37252
  Workstation: Workstation$5,
@@ -37231,14 +37260,14 @@ const de = {
37231
37260
  "- supports :variables": "- unterstützt :variables",
37232
37261
  "password or API token": "Passwort oder API-Token",
37233
37262
  "Store password in OS keychain instead": "Passwort stattdessen im OS-Schlüsselbund speichern",
37234
- "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Verschlüsseln Sie das Passwort in Ihrem OS-Schlüsselbund, anstatt es mit der Anfrage zu speichern. Lassen Sie das Passwort-Feld oben leer, um den Schlüsselbund-Wert zu verwenden.",
37263
+ "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Verschlüsseln Sie das Passwort in Ihrem OS-Schlüsselbund, anstatt es mit der Request zu speichern. Lassen Sie das Passwort-Feld oben leer, um den Schlüsselbund-Wert zu verwenden.",
37235
37264
  "Keychain key": "Schlüsselbund-Schlüssel",
37236
37265
  "{{token}} or paste a raw token": "{{token}} oder ein rohes Token einfügen",
37237
37266
  "Store in OS keychain instead": "Stattdessen im OS-Schlüsselbund speichern",
37238
37267
  "Paste a raw token here to encrypt it in your OS keychain. Useful for static long-lived API tokens. Leave the value field above empty to use the keychain.": "Fügen Sie hier ein rohes Token ein, um es in Ihrem OS-Schlüsselbund zu verschlüsseln. Nützlich für statische, langlebige API-Tokens. Lassen Sie das Wertfeld oben leer, um den Schlüsselbund zu verwenden.",
37239
37268
  "Paste token": "Token einfügen",
37240
37269
  ":name env": ":name Umgebung",
37241
- "Imported request": "Importierte Anfrage",
37270
+ "Imported request": "Importierte Request",
37242
37271
  "Pick at least one endpoint": "Wählen Sie mindestens einen Endpunkt",
37243
37272
  "Variable name is required when extracting base URL": "Beim Extrahieren der Basis-URL ist ein Variablenname erforderlich",
37244
37273
  "Target collection not found": "Ziel-Sammlung nicht gefunden",
@@ -37249,7 +37278,7 @@ const de = {
37249
37278
  "Create new collection…": "Neue Sammlung erstellen…",
37250
37279
  "Collection name": "Sammlungsname",
37251
37280
  "Base URL → variable": "Basis-URL → Variable",
37252
- "Leave the URL field empty to keep absolute URLs in each request.": "Lassen Sie das URL-Feld leer, um absolute URLs in jeder Anfrage beizubehalten.",
37281
+ "Leave the URL field empty to keep absolute URLs in each request.": "Lassen Sie das URL-Feld leer, um absolute URLs in jeder Request beizubehalten.",
37253
37282
  "Create new environment…": "Neue Umgebung erstellen…",
37254
37283
  "Endpoints (:chosen / :total)": "Endpunkte (:chosen / :total)",
37255
37284
  "Select all": "Alle auswählen",
@@ -37267,7 +37296,7 @@ const de = {
37267
37296
  "Generate API Documentation": "API-Dokumentation generieren",
37268
37297
  "Collections to include": "Einzuschließende Sammlungen",
37269
37298
  "No collections loaded.": "Keine Sammlungen geladen.",
37270
- "(:count request)|(:count requests)": "(:count Anfrage)|(:count Anfragen)",
37299
+ "(:count request)|(:count requests)": "(:count Request)|(:count Requests)",
37271
37300
  Format: Format$5,
37272
37301
  "Markdown (.md)": "Markdown (.md)",
37273
37302
  "HTML (.html)": "HTML (.html)",
@@ -37286,18 +37315,18 @@ const de = {
37286
37315
  "Provider spec (OpenAPI)": "Provider-Spec (OpenAPI)",
37287
37316
  "(git sha / build)": "(Git-SHA / Build)",
37288
37317
  Interactions: Interactions$5,
37289
- "(requests with a contract)": "(Anfragen mit einem Contract)",
37290
- "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Noch keine Anfragen hier haben einen Contract. Fügen Sie zuerst den erwarteten Status/das Schema im Contract-Tab einer Anfrage hinzu.",
37318
+ "(requests with a contract)": "(Requests mit einem Contract)",
37319
+ "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Noch keine Requests hier haben einen Contract. Fügen Sie zuerst den erwarteten Status/das Schema im Contract-Tab einer Request hinzu.",
37291
37320
  "Publishes a pinned OpenAPI spec as the provider contract. Consumer pacts are then verified against it without running the provider.": "Veröffentlicht eine angeheftete OpenAPI-Spec als Provider-Contract. Consumer-Pacts werden dann dagegen verifiziert, ohne den Provider auszuführen.",
37292
37321
  "Provider (pacticipant)": "Provider (Pacticipant)",
37293
37322
  "Spec snapshot": "Spec-Snapshot",
37294
37323
  "View matrix ↗": "Matrix ansehen ↗",
37295
37324
  Done: Done$5,
37296
37325
  'Pushed ":name" as monitor #:id to the cloud': '":name" als Monitor #:id in die Cloud übertragen',
37297
- "Select request (or Cmd/Ctrl+click the row)": "Anfrage auswählen (oder Cmd/Strg+Klick auf die Zeile)",
37326
+ "Select request (or Cmd/Ctrl+click the row)": "Request auswählen (oder Cmd/Strg+Klick auf die Zeile)",
37298
37327
  "Hide examples": "Beispiele ausblenden",
37299
37328
  "Show :count example(s)": ":count Beispiel(e) anzeigen",
37300
- "SOAP request": "SOAP-Anfrage",
37329
+ "SOAP request": "SOAP-Request",
37301
37330
  WebSocket: WebSocket$5,
37302
37331
  "Auth: :name": "Auth: :name",
37303
37332
  Rename: Rename$5,
@@ -37312,8 +37341,8 @@ const de = {
37312
37341
  Example: Example$5,
37313
37342
  Open: Open$5,
37314
37343
  "Folder settings": "Ordnereinstellungen",
37315
- ":name - auth, headers and variables inherited by all requests in this folder": ":name - Auth, Header und Variablen, die von allen Anfragen in diesem Ordner geerbt werden",
37316
- "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "Die hier konfigurierte Auth wird von allen Anfragen in diesem Ordner geerbt, sofern die Anfrage sie nicht mit ihrem eigenen Auth-Typ (ungleich none) überschreibt.",
37344
+ ":name - auth, headers and variables inherited by all requests in this folder": ":name - Auth, Header und Variablen, die von allen Requests in diesem Ordner geerbt werden",
37345
+ "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "Die hier konfigurierte Auth wird von allen Requests in diesem Ordner geerbt, sofern die Request sie nicht mit ihrem eigenen Auth-Typ (ungleich none) überschreibt.",
37317
37346
  "Header-Name": "Header-Name",
37318
37347
  "Variables scoped to this folder. They override collection variables and are overridden by an inner folder, the active environment, and script-set values. Reference them anywhere with :token.": "Auf diesen Ordner beschränkte Variablen. Sie überschreiben Sammlungsvariablen und werden von einem inneren Ordner, der aktiven Umgebung und per Skript gesetzten Werten überschrieben. Referenzieren Sie sie überall mit :token.",
37319
37348
  request: request$5,
@@ -37321,44 +37350,44 @@ const de = {
37321
37350
  collection: collection$5,
37322
37351
  "Sync schemas - :name": "Schemata synchronisieren - :name",
37323
37352
  ":count operations in spec": ":count Operationen in der Spec",
37324
- ":count matched to existing requests": ":count mit bestehenden Anfragen abgeglichen",
37353
+ ":count matched to existing requests": ":count mit bestehenden Requests abgeglichen",
37325
37354
  ":count changed": ":count geändert",
37326
37355
  ":count unchanged": ":count unverändert",
37327
37356
  "Select schemas to update (:count)": "Zu aktualisierende Schemata auswählen (:count)",
37328
37357
  "Select changed": "Geänderte auswählen",
37329
- "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Keine Operationen aus der Spec stimmten mit einer Anfrage in dieser Sammlung überein. Der Abgleich verwendet HTTP-Methode + URL-Pfad.",
37358
+ "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Keine Operationen aus der Spec stimmten mit einer Request in dieser Sammlung überein. Der Abgleich verwendet HTTP-Methode + URL-Pfad.",
37330
37359
  changed: changed$5,
37331
37360
  "up to date": "aktuell",
37332
- ":count operations not matched (no request with matching method + path)": ":count Operationen nicht abgeglichen (keine Anfrage mit passender Methode + Pfad)",
37361
+ ":count operations not matched (no request with matching method + path)": ":count Operationen nicht abgeglichen (keine Request mit passender Methode + Pfad)",
37333
37362
  "Updating…": "Aktualisiere…",
37334
37363
  "Update :count schema|Update :count schemas": ":count Schema aktualisieren|:count Schemata aktualisieren",
37335
37364
  "Sync schemas from OpenAPI": "Schemata aus OpenAPI synchronisieren",
37336
- "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Laden Sie eine OpenAPI-Spec, um Antwortschemata bestehender Anfragen zu aktualisieren. Der Abgleich verwendet HTTP-Methode + URL-Pfad. Nur Schemata werden angefasst - URLs, Parameter, Header, Auth und Skripte bleiben erhalten.",
37365
+ "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Laden Sie eine OpenAPI-Spec, um Antwortschemata bestehender Requests zu aktualisieren. Der Abgleich verwendet HTTP-Methode + URL-Pfad. Nur Schemata werden angefasst - URLs, Parameter, Header, Auth und Skripte bleiben erhalten.",
37337
37366
  "Choose file…": "Datei wählen…",
37338
37367
  "Or load from URL": "Oder von URL laden",
37339
37368
  "Collection settings": "Sammlungseinstellungen",
37340
- ":name - auth and headers inherited by all requests in this collection": ":name - Auth und Header, die von allen Anfragen in dieser Sammlung geerbt werden",
37341
- "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "Die hier konfigurierte Auth wird von allen Anfragen in dieser Sammlung geerbt, sofern nicht ein Ordner oder eine Anfrage sie mit ihrem eigenen Auth-Typ (ungleich none) überschreibt.",
37342
- "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "TLS-Einstellungen überschreiben die Konfiguration auf Arbeitsbereich-Ebene für jede Anfrage in dieser Sammlung. Lassen Sie alle Pfade leer, um sie vom Arbeitsbereich zu erben.",
37369
+ ":name - auth and headers inherited by all requests in this collection": ":name - Auth und Header, die von allen Requests in dieser Sammlung geerbt werden",
37370
+ "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "Die hier konfigurierte Auth wird von allen Requests in dieser Sammlung geerbt, sofern nicht ein Ordner oder eine Request sie mit ihrem eigenen Auth-Typ (ungleich none) überschreibt.",
37371
+ "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "TLS-Einstellungen überschreiben die Konfiguration auf Arbeitsbereich-Ebene für jede Request in dieser Sammlung. Lassen Sie alle Pfade leer, um sie vom Arbeitsbereich zu erben.",
37343
37372
  "/path/to/ca.crt (leave empty to inherit)": "/path/to/ca.crt (leer lassen zum Erben)",
37344
37373
  "/path/to/client.crt (leave empty to inherit)": "/path/to/client.crt (leer lassen zum Erben)",
37345
37374
  "/path/to/client.key (leave empty to inherit)": "/path/to/client.key (leer lassen zum Erben)",
37346
37375
  "tag…": "Tag…",
37347
- "Search requests…": "Anfragen suchen…",
37376
+ "Search requests…": "Requests suchen…",
37348
37377
  "Clear (Esc)": "Löschen (Esc)",
37349
- "No requests match “:query”.": "Keine Anfragen entsprechen „:query“.",
37378
+ "No requests match “:query”.": "Keine Requests entsprechen „:query“.",
37350
37379
  ":count match|:count matches": ":count Treffer|:count Treffer",
37351
37380
  'Delete collection ":name"?': 'Sammlung ":name" löschen?',
37352
- "Delete this folder and all its requests?": "Diesen Ordner und alle seine Anfragen löschen?",
37381
+ "Delete this folder and all its requests?": "Diesen Ordner und alle seine Requests löschen?",
37353
37382
  "No collections yet.": "Noch keine Sammlungen.",
37354
37383
  "+ New collection": "+ Neue Sammlung",
37355
37384
  "or import from Postman / OpenAPI above.": "oder oben aus Postman / OpenAPI importieren.",
37356
37385
  ":count selected": ":count ausgewählt",
37357
- "Enable selected requests": "Ausgewählte Anfragen aktivieren",
37358
- "Disable selected requests": "Ausgewählte Anfragen deaktivieren",
37359
- "Delete :count request?|Delete :count requests?": ":count Anfrage löschen?|:count Anfragen löschen?",
37386
+ "Enable selected requests": "Ausgewählte Requests aktivieren",
37387
+ "Disable selected requests": "Ausgewählte Requests deaktivieren",
37388
+ "Delete :count request?|Delete :count requests?": ":count Request löschen?|:count Requests löschen?",
37360
37389
  "Clear selection": "Auswahl aufheben",
37361
- "Add request": "Anfrage hinzufügen",
37390
+ "Add request": "Request hinzufügen",
37362
37391
  "Add folder": "Ordner hinzufügen",
37363
37392
  "Expand all": "Alle ausklappen",
37364
37393
  "Collapse all": "Alle einklappen",
@@ -37374,7 +37403,7 @@ const de = {
37374
37403
  "Filter history…": "Verlauf filtern…",
37375
37404
  "Download history as a HAR file": "Verlauf als HAR-Datei herunterladen",
37376
37405
  "Clear all history": "Gesamten Verlauf löschen",
37377
- "No history yet. Send a request to start recording.": "Noch kein Verlauf. Senden Sie eine Anfrage, um mit der Aufzeichnung zu beginnen.",
37406
+ "No history yet. Send a request to start recording.": "Noch kein Verlauf. Senden Sie eine Request, um mit der Aufzeichnung zu beginnen.",
37378
37407
  "No matches.": "Keine Treffer.",
37379
37408
  "env: :name": "Umgebung: :name",
37380
37409
  "or paste": "oder einfügen",
@@ -37425,9 +37454,9 @@ const de = {
37425
37454
  empty: empty$6,
37426
37455
  Requests: Requests$5,
37427
37456
  "Server is not running.": "Server läuft nicht.",
37428
- "Start the server to begin capturing requests.": "Starten Sie den Server, um mit dem Erfassen von Anfragen zu beginnen.",
37429
- "No requests yet.": "Noch keine Anfragen.",
37430
- "Waiting for incoming requests…": "Warte auf eingehende Anfragen…",
37457
+ "Start the server to begin capturing requests.": "Starten Sie den Server, um mit dem Erfassen von Requests zu beginnen.",
37458
+ "No requests yet.": "Noch keine Requests.",
37459
+ "Waiting for incoming requests…": "Warte auf eingehende Requests…",
37431
37460
  "Matched route": "Abgeglichene Route",
37432
37461
  Status: Status$5,
37433
37462
  Duration: Duration$5,
@@ -37444,12 +37473,12 @@ const de = {
37444
37473
  "Recording stopped": "Aufzeichnung gestoppt",
37445
37474
  "Recording…": "Zeichne auf…",
37446
37475
  "(new mock server)": "(neuer Mock-Server)",
37447
- "Requests:": "Anfragen:",
37476
+ "Requests:": "Requests:",
37448
37477
  "Errors:": "Fehler:",
37449
37478
  "Avg:": "Durchschn.:",
37450
- "Waiting for requests…": "Warte auf Anfragen…",
37479
+ "Waiting for requests…": "Warte auf Requests…",
37451
37480
  "Point your app at": "Richten Sie Ihre App auf",
37452
- "Select a request to inspect": "Wählen Sie eine Anfrage zur Inspektion",
37481
+ "Select a request to inspect": "Wählen Sie eine Request zur Inspektion",
37453
37482
  "[binary content - base64 encoded]": "[Binärinhalt - base64-kodiert]",
37454
37483
  "Binary response - body stored as base64": "Binäre Antwort - Body als base64 gespeichert",
37455
37484
  none: none$6,
@@ -37495,7 +37524,7 @@ const de = {
37495
37524
  "Pre-request": "Pre-Request",
37496
37525
  "Post-response": "Post-Response",
37497
37526
  "GQL Introspect": "GQL-Introspektion",
37498
- "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Läuft, bevor die Anfrage gesendet wird. Verwenden Sie sp.variables.set(), um dynamische Daten zu generieren.",
37527
+ "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Läuft, bevor die Request gesendet wird. Verwenden Sie sp.variables.set(), um dynamische Daten zu generieren.",
37499
37528
  "Runs after the response is received. Use sp.test() to assert and sp.environment.set() to extract values.": "Läuft, nachdem die Antwort empfangen wurde. Verwenden Sie sp.test() für Assertions und sp.environment.set(), um Werte zu extrahieren.",
37500
37529
  "Runs before GraphQL schema introspection. Use sp.environment.set() or sp.collectionVariables.set() to inject auth headers or tokens.": "Läuft vor der GraphQL-Schema-Introspektion. Verwenden Sie sp.environment.set() oder sp.collectionVariables.set(), um Auth-Header oder Tokens zu injizieren.",
37501
37530
  "Quick inserts": "Schnelleinfügungen",
@@ -37505,7 +37534,7 @@ const de = {
37505
37534
  "Spec (optional)": "Spec (optional)",
37506
37535
  "Request body (no spec)": "Request-Body (keine Spec)",
37507
37536
  "Fuzzing...": "Fuzze...",
37508
- ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method sendet fehlerhafte Schreibvorgänge. Richten Sie diese Anfrage auf eine Staging-Umgebung oder einen Mock, nicht auf Produktion.",
37537
+ ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method sendet fehlerhafte Schreibvorgänge. Richten Sie diese Request auf eine Staging-Umgebung oder einen Mock, nicht auf Produktion.",
37509
37538
  "Sending malformed inputs...": "Sende fehlerhafte Eingaben...",
37510
37539
  "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Generiert fehlerhafte Varianten dieses Request-Bodys und markiert Antworten, die abstürzen (5xx) oder ungültige Eingaben akzeptieren. Wählen Sie eine angeheftete Spec für reichhaltigere Eingaben oder fuzzen Sie den Request-Body unverändert.",
37511
37540
  param: param$5,
@@ -37533,19 +37562,14 @@ const de = {
37533
37562
  "Add description": "Beschreibung hinzufügen",
37534
37563
  "Description…": "Beschreibung…",
37535
37564
  "No schema defined. Enter a JSON Schema above.": "Kein Schema definiert. Geben Sie oben ein JSON-Schema ein.",
37536
- "No response yet. Send the request first, then validate.": "Noch keine Antwort. Senden Sie zuerst die Anfrage und validieren Sie dann.",
37565
+ "No response yet. Send the request first, then validate.": "Noch keine Antwort. Senden Sie zuerst die Request und validieren Sie dann.",
37537
37566
  "Schema is not valid JSON. Fix the syntax and try again.": "Schema ist kein gültiges JSON. Korrigieren Sie die Syntax und versuchen Sie es erneut.",
37538
37567
  "Response body is not valid JSON and cannot be validated against a schema.": "Der Antwort-Body ist kein gültiges JSON und kann nicht gegen ein Schema validiert werden.",
37539
37568
  "Schema compile error: :message": "Schema-Kompilierungsfehler: :message",
37540
- "Schema — a local scratch check.": "Schema - eine lokale Schnellprüfung.",
37541
- "Validate this request's last response against a JSON Schema, right here. It is": "Validieren Sie die letzte Antwort dieser Anfrage direkt hier gegen ein JSON-Schema. Sie wird",
37542
- "not saved to the contract and not published": "nicht im Contract gespeichert und nicht veröffentlicht",
37543
- "— a dev-time sanity check only. To define what the provider": "- nur eine Plausibilitätsprüfung zur Entwicklungszeit. Um zu definieren, was der Provider",
37544
37569
  must: must$5,
37545
- "return (which drives contract testing), use the": "zurückgeben (was das Contract-Testing steuert), verwenden Sie den",
37546
37570
  "tab.": "Tab.",
37547
37571
  "JSON Schema (draft-07+)": "JSON-Schema (draft-07+)",
37548
- "Copy the body schema from this request's contract": "Das Body-Schema aus dem Contract dieser Anfrage kopieren",
37572
+ "Copy the body schema from this request's contract": "Das Body-Schema aus dem Contract dieser Request kopieren",
37549
37573
  "No contract body schema defined yet": "Noch kein Contract-Body-Schema definiert",
37550
37574
  "Derive from contract": "Aus Contract ableiten",
37551
37575
  Validate: Validate$5,
@@ -37554,11 +37578,7 @@ const de = {
37554
37578
  "Valid: response matches the schema.": "Gültig: Antwort entspricht dem Schema.",
37555
37579
  "Invalid: :count error|Invalid: :count errors": "Ungültig: :count Fehler|Ungültig: :count Fehler",
37556
37580
  "Contract.": "Contract.",
37557
- "What this request": "Was diese Anfrage",
37558
37581
  expects: expects$5,
37559
- "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the": "vom Provider: Status, Header und Body-Form (ein JSON-Schema). Es wird gegen die Antwort im",
37560
- "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the": "-Panel geprüft und ist die Consumer-Seite des Contract-Testings (Consumer- & bidirektionale Verifizierung), das das",
37561
- "gate. For a quick body check that runs on every send, use the": "-Gate speist. Für eine schnelle Body-Prüfung, die bei jedem Senden läuft, verwenden Sie den",
37562
37582
  Schema: Schema$5,
37563
37583
  "Contract defined - will be verified in Contract panel": "Contract definiert - wird im Contract-Panel verifiziert",
37564
37584
  "No contract defined yet": "Noch kein Contract definiert",
@@ -37570,7 +37590,7 @@ const de = {
37570
37590
  "Expected value (optional)": "Erwarteter Wert (optional)",
37571
37591
  "Expected Response Body Schema (JSON Schema)": "Erwartetes Antwort-Body-Schema (JSON-Schema)",
37572
37592
  "Generate schema from last response": "Schema aus letzter Antwort generieren",
37573
- "Send the request first": "Senden Sie zuerst die Anfrage",
37593
+ "Send the request first": "Senden Sie zuerst die Request",
37574
37594
  "Inferring…": "Leite ab…",
37575
37595
  "⚡ Infer from response": "⚡ Aus Antwort ableiten",
37576
37596
  "Applies when the response is a stream (": "Gilt, wenn die Antwort ein Stream ist (",
@@ -37600,20 +37620,20 @@ const de = {
37600
37620
  Variables: Variables$5,
37601
37621
  "Format JSON variables": "JSON-Variablen formatieren",
37602
37622
  "Example:": "Beispiel:",
37603
- "HTTP request": "HTTP-Anfrage",
37623
+ "HTTP request": "HTTP-Request",
37604
37624
  "SOAP - endpoint and method are derived from the WSDL": "SOAP - Endpunkt und Methode werden aus der WSDL abgeleitet",
37605
37625
  "gRPC - proto-defined services over HTTP/2": "gRPC - proto-definierte Services über HTTP/2",
37606
37626
  VERB: VERB$5,
37607
37627
  "Type any HTTP method": "Beliebige HTTP-Methode eingeben",
37608
37628
  "Custom…": "Benutzerdefiniert…",
37609
- "SOAP requests are always POST": "SOAP-Anfragen sind immer POST",
37629
+ "SOAP requests are always POST": "SOAP-Requests sind immer POST",
37610
37630
  "gRPC target is host:port": "gRPC-Ziel ist host:port",
37611
37631
  "Endpoint (auto-filled from WSDL <soap:address>)": "Endpunkt (automatisch ausgefüllt aus WSDL <soap:address>)",
37612
37632
  "Hooks enabled - click to disable": "Hooks aktiviert - klicken zum Deaktivieren",
37613
37633
  "Hooks disabled - click to enable": "Hooks deaktiviert - klicken zum Aktivieren",
37614
37634
  hooks: hooks$5,
37615
37635
  "Send (Cmd/Ctrl+Enter)": "Senden (Cmd/Strg+Enter)",
37616
- "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Diese Anfrage mit fehlerhaften Eingaben fuzzen (öffnet einen Dialog; nichts wird gesendet, bis Sie bestätigen)",
37636
+ "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Diese Request mit fehlerhaften Eingaben fuzzen (öffnet einen Dialog; nichts wird gesendet, bis Sie bestätigen)",
37617
37637
  fuzz: fuzz$5,
37618
37638
  " (expires in :secs)": " (läuft in :secs ab)",
37619
37639
  " (EXPIRED)": " (ABGELAUFEN)",
@@ -37627,7 +37647,7 @@ const de = {
37627
37647
  "Redirect Port": "Redirect-Port",
37628
37648
  "Client ID": "Client-ID",
37629
37649
  "Client Secret": "Client Secret",
37630
- "Client secret": "Client Secret",
37650
+ "Client secret": "Client secret",
37631
37651
  "Keychain ref": "Schlüsselbund-Referenz",
37632
37652
  Scopes: Scopes$5,
37633
37653
  "(space-separated)": "(leerzeichengetrennt)",
@@ -37645,7 +37665,35 @@ const de = {
37645
37665
  "Update with": "Aktualisieren mit",
37646
37666
  Copied: Copied$5,
37647
37667
  "Skip this version": "Diese Version überspringen",
37648
- Later: Later$5
37668
+ Later: Later$5,
37669
+ Level: Level$5,
37670
+ Basic: Basic$5,
37671
+ Standard: Standard$5,
37672
+ Aggressive: Aggressive$5,
37673
+ "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.": "Einfach: strukturelle Fehler. Standard: + Grenzwert- und Naughty-Strings. Aggressiv: + Injection-Tests und Header-Manipulation.",
37674
+ "1. Create a collection": "1. Sammlung erstellen",
37675
+ "Collections group related requests. Click the + to add your first one.": "Sammlungen bündeln zusammengehörige Requests. Klicke auf +, um deine erste zu erstellen.",
37676
+ "2. Add an environment": "2. Umgebung hinzufügen",
37677
+ "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.": "Umgebungen enthalten Variablen wie Basis-URLs und Tokens. Öffne dies, um eine zu erstellen und zu wechseln.",
37678
+ "3. Add a request": "3. Request hinzufügen",
37679
+ "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.": 'Rechtsklick auf eine Sammlung (oder öffne ihr ⋯-Menü) und wähle „Neue Request", um mit dem Senden zu beginnen.',
37680
+ "Step :n of :total": "Schritt :n von :total",
37681
+ "Skip tour": "Tour überspringen",
37682
+ Next: Next$5,
37683
+ "4. Replay from History": "4. Aus dem Verlauf erneut senden",
37684
+ "Every request you send is recorded here. Click any entry to inspect or replay it.": "Jede gesendete Request wird hier aufgezeichnet. Klicke auf einen Eintrag, um ihn zu prüfen oder erneut zu senden.",
37685
+ "5. Contract testing and fuzzing": "5. Contract-Testing und Fuzzing",
37686
+ "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.": "Validiere Antworten gegen einen OpenAPI-Vertrag oder fuzze deine API, um Abstürze und Spec-Verletzungen aufzudecken.",
37687
+ "6. Mock servers": "6. Mock-Server",
37688
+ "Spin up a local mock server from your requests to develop against before the real API is ready.": "Starte aus deinen Requests einen lokalen Mock-Server, um zu entwickeln, bevor die echte API bereit ist.",
37689
+ "7. Open from Git": "7. Aus Git öffnen",
37690
+ "Open a workspace straight from a Git repository to share collections with your team.": "Öffne einen Workspace direkt aus einem Git-Repository, um Sammlungen mit deinem Team zu teilen.",
37691
+ "Product tour": "Produkttour",
37692
+ "Restart tour": "Tour neu starten",
37693
+ "Replay the guided walkthrough of collections, environments and requests.": "Wiederhole die geführte Tour durch Sammlungen, Umgebungen und Requests.",
37694
+ "Schema: a local scratch check.": "Schema: eine lokale Schnellprüfung.",
37695
+ "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.": "Validiere die letzte Antwort dieses Requests hier direkt gegen ein JSON Schema. Sie wird **nicht im Contract gespeichert und nicht veröffentlicht**. Nur eine Sanity-Prüfung zur Entwicklungszeit. Um zu definieren, was der Provider zurückgeben *muss* (was Contract-Tests steuert), verwende den **Contract**-Tab.",
37696
+ "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab.": "Was dieses Request vom Provider *erwartet*: Status, Header und Body-Form (ein JSON Schema). Es wird im **Contract**-Panel gegen die Antwort geprüft und ist die Consumer-Seite von Contract-Tests (Consumer- und bidirektionale Verifikation), die den `deploy-check`-Gate speist. Für eine schnelle Body-Prüfung bei jeder Sendung verwende den **Schema**-Tab."
37649
37697
  };
37650
37698
  const Collections$4 = "Collections";
37651
37699
  const History$4 = "Historique";
@@ -37691,7 +37739,7 @@ const Consumer$4 = "Consommateur";
37691
37739
  const Provider$4 = "Fournisseur";
37692
37740
  const Version$4 = "Version";
37693
37741
  const Delete$4 = "Supprimer";
37694
- const Request$4 = "Requête";
37742
+ const Request$4 = "Request";
37695
37743
  const Body$4 = "Corps";
37696
37744
  const ERR$4 = "ERR";
37697
37745
  const finding$4 = "résultat";
@@ -37794,7 +37842,7 @@ const Enable$4 = "Activer";
37794
37842
  const Disable$4 = "Désactiver";
37795
37843
  const Example$4 = "Exemple";
37796
37844
  const Open$4 = "Ouvrir";
37797
- const request$4 = "requête";
37845
+ const request$4 = "request";
37798
37846
  const folder$4 = "dossier";
37799
37847
  const collection$4 = "collection";
37800
37848
  const changed$4 = "modifié";
@@ -37807,7 +37855,7 @@ const script$4 = "script";
37807
37855
  const active$4 = "actif";
37808
37856
  const Access$4 = "Accès";
37809
37857
  const empty$5 = "vide";
37810
- const Requests$4 = "Requêtes";
37858
+ const Requests$4 = "Requests";
37811
37859
  const Status$4 = "Statut";
37812
37860
  const Duration$4 = "Durée";
37813
37861
  const Time$4 = "Heure";
@@ -37840,6 +37888,11 @@ const field$4 = "champ";
37840
37888
  const Dismiss$4 = "Ignorer";
37841
37889
  const Copied$4 = "Copié";
37842
37890
  const Later$4 = "Plus tard";
37891
+ const Level$4 = "Niveau";
37892
+ const Basic$4 = "Basique";
37893
+ const Standard$4 = "Standard";
37894
+ const Aggressive$4 = "Agressif";
37895
+ const Next$4 = "Suivant";
37843
37896
  const fr = {
37844
37897
  "Close tab": "Fermer l'onglet",
37845
37898
  Collections: Collections$4,
@@ -37866,8 +37919,8 @@ const fr = {
37866
37919
  Edit: Edit$4,
37867
37920
  Manage: Manage$4,
37868
37921
  "Env:": "Env :",
37869
- "Search requests by name, URL, or method...": "Rechercher des requêtes par nom, URL ou méthode...",
37870
- 'No requests match ":query"': 'Aucune requête ne correspond à ":query"',
37922
+ "Search requests by name, URL, or method...": "Rechercher des requests par nom, URL ou méthode...",
37923
+ 'No requests match ":query"': 'Aucune request ne correspond à ":query"',
37871
37924
  "(no URL)": "(aucune URL)",
37872
37925
  navigate: navigate$4,
37873
37926
  open: open$4,
@@ -37917,7 +37970,7 @@ const fr = {
37917
37970
  variable_name: variable_name$4,
37918
37971
  value: value$4,
37919
37972
  "Encrypted · sha256: :hash…": "Chiffré · sha256: :hash…",
37920
- "Enter secret value to encrypt…": "Saisissez la valeur secrète à chiffrer…",
37973
+ "Enter secret value to encrypt…": "Saisissez la valeur secret à chiffrer…",
37921
37974
  "✓ Saved": "✓ Enregistré",
37922
37975
  Encrypt: Encrypt$4,
37923
37976
  "SHA-256 fingerprint of encrypted value: :hash…": "Empreinte SHA-256 de la valeur chiffrée : :hash…",
@@ -37962,8 +38015,8 @@ const fr = {
37962
38015
  "Type a message… (Ctrl+Enter to send)": "Saisissez un message… (Ctrl+Entrée pour envoyer)",
37963
38016
  "Connect first to send messages": "Connectez-vous d'abord pour envoyer des messages",
37964
38017
  Send: Send$4,
37965
- "Select a request from the sidebar": "Sélectionnez une requête dans la barre latérale",
37966
- ":count requests": ":count requêtes",
38018
+ "Select a request from the sidebar": "Sélectionnez une request dans la barre latérale",
38019
+ ":count requests": ":count requests",
37967
38020
  ":count data row|:count data rows": ":count ligne de données|:count lignes de données",
37968
38021
  "Measure how much of an OpenAPI spec this workspace tests": "Mesurez quelle part d'une spec OpenAPI cet espace de travail teste",
37969
38022
  Coverage: Coverage$4,
@@ -38020,9 +38073,9 @@ const fr = {
38020
38073
  "Match a JSON example by type, not exact value (tolerant — recommended)": "Comparer un exemple JSON par type, pas par valeur exacte (tolérant - recommandé)",
38021
38074
  "+ Add interaction": "+ Ajouter une interaction",
38022
38075
  ERR: ERR$4,
38023
- "▲ Hide sent request": "▲ Masquer la requête envoyée",
38024
- "▼ Show sent request": "▼ Afficher la requête envoyée",
38025
- "Copy the sent request": "Copier la requête envoyée",
38076
+ "▲ Hide sent request": "▲ Masquer la request envoyée",
38077
+ "▼ Show sent request": "▼ Afficher la request envoyée",
38078
+ "Copy the sent request": "Copier la request envoyée",
38026
38079
  "Response sample": "Échantillon de réponse",
38027
38080
  ":count finding|:count findings": ":count résultat|:count résultats",
38028
38081
  ":count cases": ":count cas",
@@ -38032,7 +38085,7 @@ const fr = {
38032
38085
  "no response": "aucune réponse",
38033
38086
  "(empty)": "(vide)",
38034
38087
  ":count cases sent": ":count cas envoyés",
38035
- "Sent request copied to clipboard.": "Requête envoyée copiée dans le presse-papiers.",
38088
+ "Sent request copied to clipboard.": "Request envoyée copiée dans le presse-papiers.",
38036
38089
  "Copy failed.": "Échec de la copie.",
38037
38090
  "✓ No findings": "✓ Aucun résultat",
38038
38091
  "✗ :count finding|✗ :count findings": "✗ :count résultat|✗ :count résultats",
@@ -38040,15 +38093,15 @@ const fr = {
38040
38093
  ":count case|:count cases": ":count cas|:count cas",
38041
38094
  ":count operation|:count operations": ":count opération|:count opérations",
38042
38095
  spec: spec$4,
38043
- "request body": "corps de requête",
38096
+ "request body": "corps de request",
38044
38097
  "seed :seed": "graine :seed",
38045
38098
  "Clear results": "Effacer les résultats",
38046
38099
  Clear: Clear$4,
38047
- ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count requête avec méthode d'écriture ignorée (activez Inclure les méthodes d'écriture).|:count requêtes avec méthode d'écriture ignorées (activez Inclure les méthodes d'écriture).",
38048
- ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count requête n'avait pas de corps à fuzzer.|:count requêtes n'avaient pas de corps à fuzzer.",
38100
+ ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count request avec méthode d'écriture ignorée (activez Inclure les méthodes d'écriture).|:count requests avec méthode d'écriture ignorées (activez Inclure les méthodes d'écriture).",
38101
+ ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count request n'avait pas de corps à fuzzer.|:count requests n'avaient pas de corps à fuzzer.",
38049
38102
  ":count operation clean|:count operations clean": ":count opération propre|:count opérations propres",
38050
38103
  "All cases sent": "Tous les cas envoyés",
38051
- "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Aucune opération n'a été fuzzée. Vérifiez que les requêtes ont un corps ou une opération de spec correspondante.",
38104
+ "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Aucune opération n'a été fuzzée. Vérifiez que les requests ont un corps ou une opération de spec correspondante.",
38052
38105
  "Published :name@:version — :count contract(s) re-verified": "Publié :name@:version - :count contrat(s) revérifié(s)",
38053
38106
  "Provide an OpenAPI spec URL or pick a pinned snapshot for provider / bi-directional mode.": "Fournissez une URL de spec OpenAPI ou choisissez un instantané épinglé pour le mode fournisseur / bi-directionnel.",
38054
38107
  "Provide a provider base URL (e.g. http://localhost:3000) to replay contracts against.": "Fournissez une URL de base du fournisseur (par ex. http://localhost:3000) pour rejouer les contrats.",
@@ -38056,16 +38109,16 @@ const fr = {
38056
38109
  "Enter a spec URL before pinning a snapshot.": "Saisissez une URL de spec avant d'épingler un instantané.",
38057
38110
  "Design a consumer-driven contract up front, with no endpoints, then publish it to the cloud": "Concevez un contrat piloté par le consommateur en amont, sans points de terminaison, puis publiez-le dans le cloud",
38058
38111
  "Design a contract (no endpoint needed)": "Concevoir un contrat (aucun point de terminaison nécessaire)",
38059
- "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Envoie des requêtes au fournisseur réel et valide chaque réponse par rapport au contrat défini dans l'onglet Contrat. Définissez une URL de base ci-dessous pour envoyer des contrats sans hôte (conçus en amont).",
38060
- "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Analyse statique : vérifie que vos requêtes sont conformes à la spec OpenAPI publiée du fournisseur (aucun appel HTTP).",
38112
+ "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Envoie des requests au fournisseur réel et valide chaque réponse par rapport au contrat défini dans l'onglet Contrat. Définissez une URL de base ci-dessous pour envoyer des contrats sans hôte (conçus en amont).",
38113
+ "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Analyse statique : vérifie que vos requests sont conformes à la spec OpenAPI publiée du fournisseur (aucun appel HTTP).",
38061
38114
  "Replays each contract against a running provider, seeding provider states first. The real provider verification.": "Rejoue chaque contrat contre un fournisseur en cours d'exécution, en initialisant d'abord les états du fournisseur. La vraie vérification du fournisseur.",
38062
- "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Envoie des entrées malformées générées à partir de la spec (ou, sans spec, du corps de la requête) et signale les réponses qui plantent (5xx) ou acceptent une entrée invalide.",
38115
+ "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Envoie des entrées malformées générées à partir de la spec (ou, sans spec, du corps de la request) et signale les réponses qui plantent (5xx) ou acceptent une entrée invalide.",
38063
38116
  "Checks static schema compatibility between consumer contracts and provider spec, then verifies live responses.": "Vérifie la compatibilité statique des schémas entre les contrats consommateur et la spec fournisseur, puis vérifie les réponses en direct.",
38064
38117
  "Provider base URL": "URL de base du fournisseur",
38065
38118
  "(optional)": "(facultatif)",
38066
- "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Requis. Chaque requête fuzzée est rebasée sur cette origine avant d'être envoyée.",
38067
- "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Facultatif. Rebase chaque requête sur cette origine avant l'envoi, afin que les contrats conçus en amont ne portant qu'un chemin (par ex. /brands) puissent s'exécuter. Les requêtes avec une URL complète sont envoyées telles quelles.",
38068
- "Each request is rebased onto this origin before being replayed against the live provider.": "Chaque requête est rebasée sur cette origine avant d'être rejouée contre le fournisseur en direct.",
38119
+ "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Requis. Chaque request fuzzée est rebasée sur cette origine avant d'être envoyée.",
38120
+ "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Facultatif. Rebase chaque request sur cette origine avant l'envoi, afin que les contrats conçus en amont ne portant qu'un chemin (par ex. /brands) puissent s'exécuter. Les requests avec une URL complète sont envoyées telles quelles.",
38121
+ "Each request is rebased onto this origin before being replayed against the live provider.": "Chaque request est rebasée sur cette origine avant d'être rejouée contre le fournisseur en direct.",
38069
38122
  "State handler URL": "URL du gestionnaire d'état",
38070
38123
  "Before each interaction we POST": "Avant chaque interaction, nous envoyons un POST",
38071
38124
  "here so the provider can be seeded into a known state (Pact": "ici afin que le fournisseur puisse être initialisé dans un état connu (Pact",
@@ -38084,8 +38137,8 @@ const fr = {
38084
38137
  "version (git SHA)": "version (SHA Git)",
38085
38138
  "Publish this OpenAPI spec to the broker; consumers' pacts are re-verified against it": "Publiez cette spec OpenAPI sur le broker ; les pacts des consommateurs sont revérifiés par rapport à elle",
38086
38139
  Publish: Publish$4,
38087
- "Request base URL": "URL de base de la requête",
38088
- "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Si vos requêtes pointent vers un hôte différent de celui de la spec, saisissez cet hôte ici pour que les chemins correspondent correctement.",
38140
+ "Request base URL": "URL de base de la request",
38141
+ "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Si vos requests pointent vers un hôte différent de celui de la spec, saisissez cet hôte ici pour que les chemins correspondent correctement.",
38089
38142
  "Cases per operation": "Cas par opération",
38090
38143
  Seed: Seed$4,
38091
38144
  "Include write methods (POST/PUT/PATCH/DELETE)": "Inclure les méthodes d'écriture (POST/PUT/PATCH/DELETE)",
@@ -38093,15 +38146,15 @@ const fr = {
38093
38146
  "Strict status": "Statut strict",
38094
38147
  "Check response schemas": "Vérifier les schémas de réponse",
38095
38148
  "Record all cases": "Enregistrer tous les cas",
38096
- ":count request|:count requests": ":count requête|:count requêtes",
38149
+ ":count request|:count requests": ":count request|:count requests",
38097
38150
  ":count contract defined|:count contracts defined": ":count contrat défini|:count contrats définis",
38098
38151
  "Running…": "Exécution…",
38099
38152
  "Run fuzz": "Lancer le fuzz",
38100
38153
  Run: Run$4,
38101
38154
  "Configure fuzzing above and click Run fuzz.": "Configurez le fuzzing ci-dessus et cliquez sur Lancer le fuzz.",
38102
- "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "Le fuzzing nécessite une URL de base du fournisseur. Une spec est facultative : sans elle, les corps de requête sont mutés.",
38155
+ "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "Le fuzzing nécessite une URL de base du fournisseur. Une spec est facultative : sans elle, les corps de request sont mutés.",
38103
38156
  "Configure a mode above and click Run.": "Configurez un mode ci-dessus et cliquez sur Exécuter.",
38104
- "Define a contract on a request via the Contract tab first.": "Définissez d'abord un contrat sur une requête via l'onglet Contrat.",
38157
+ "Define a contract on a request via the Contract tab first.": "Définissez d'abord un contrat sur une request via l'onglet Contrat.",
38105
38158
  "✓ All passed": "✓ Tous réussis",
38106
38159
  "✗ :count failed": "✗ :count échoués",
38107
38160
  expected: expected$4,
@@ -38187,7 +38240,7 @@ const fr = {
38187
38240
  Platform: Platform$4,
38188
38241
  "Detected from remote: :platform": "Détecté depuis le dépôt distant : :platform",
38189
38242
  Environment: Environment$4,
38190
- ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variable secrète sera mappée aux secrets CI|:count variables secrètes seront mappées aux secrets CI",
38243
+ ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variable secret sera mappée aux secrets CI|:count variables secret seront mappées aux secrets CI",
38191
38244
  "Tags (optional)": "Tags (facultatif)",
38192
38245
  "e.g. smoke, regression": "par ex. smoke, regression",
38193
38246
  "Write :path": "Écrire :path",
@@ -38205,7 +38258,7 @@ const fr = {
38205
38258
  Method: Method$4,
38206
38259
  " (stream)": " (flux)",
38207
38260
  Plaintext: Plaintext$4,
38208
- "Request message (JSON)": "Message de requête (JSON)",
38261
+ "Request message (JSON)": "Message de request (JSON)",
38209
38262
  "Metadata (one ": "Métadonnées (une ",
38210
38263
  " per line)": " par ligne)",
38211
38264
  Invoke: Invoke$4,
@@ -38234,13 +38287,13 @@ const fr = {
38234
38287
  ":count passed": ":count réussis",
38235
38288
  ":count failed": ":count échoués",
38236
38289
  ":count errors": ":count erreurs",
38237
- "Requests with no assertions to verify": "Requêtes sans assertion à vérifier",
38290
+ "Requests with no assertions to verify": "Requests sans assertion à vérifier",
38238
38291
  ":count no tests": ":count sans test",
38239
38292
  ":count total": ":count au total",
38240
38293
  "Export results": "Exporter les résultats",
38241
38294
  "Load this response into the viewer": "Charger cette réponse dans le visualiseur",
38242
38295
  load: load$4,
38243
- "Send this request again": "Renvoyer cette requête",
38296
+ "Send this request again": "Renvoyer cette request",
38244
38297
  resend: resend$4,
38245
38298
  Response: Response$4,
38246
38299
  "✓ Contract saved": "✓ Contrat enregistré",
@@ -38251,7 +38304,7 @@ const fr = {
38251
38304
  Tests: Tests$4,
38252
38305
  Console: Console$4,
38253
38306
  HTTP: HTTP$4,
38254
- "No past responses for this request yet. Each send is recorded here.": "Aucune réponse passée pour cette requête. Chaque envoi est enregistré ici.",
38307
+ "No past responses for this request yet. Each send is recorded here.": "Aucune réponse passée pour cette request. Chaque envoi est enregistré ici.",
38255
38308
  "Interactive tree view - click values to add assertions": "Vue arborescente interactive - cliquez sur les valeurs pour ajouter des assertions",
38256
38309
  Tree: Tree$4,
38257
38310
  "Raw body view": "Vue du corps brut",
@@ -38265,7 +38318,7 @@ const fr = {
38265
38318
  Contract: Contract$4,
38266
38319
  "Save this response as a mock route": "Enregistrer cette réponse comme route de mock",
38267
38320
  Mock: Mock$4,
38268
- "Request failed": "Échec de la requête",
38321
+ "Request failed": "Échec de la request",
38269
38322
  "Right-click to create an environment variable": "Clic droit pour créer une variable d'environnement",
38270
38323
  "Conforms to HTTP semantics": "Conforme à la sémantique HTTP",
38271
38324
  "No violations of the HTTP specification (RFC 9110/9111) in this response. This check is automatic and needs no test or spec.": "Aucune violation de la spécification HTTP (RFC 9110/9111) dans cette réponse. Cette vérification est automatique et ne nécessite ni test ni spec.",
@@ -38286,7 +38339,7 @@ const fr = {
38286
38339
  vs: vs$4,
38287
38340
  Current: Current$4,
38288
38341
  "No differences found": "Aucune différence trouvée",
38289
- "Send a request to see what was transmitted.": "Envoyez une requête pour voir ce qui a été transmis.",
38342
+ "Send a request to see what was transmitted.": "Envoyez une request pour voir ce qui a été transmis.",
38290
38343
  "No headers sent": "Aucun en-tête envoyé",
38291
38344
  "Save as mock route": "Enregistrer comme route de mock",
38292
38345
  "Mock server": "Serveur de mock",
@@ -38310,7 +38363,7 @@ const fr = {
38310
38363
  "Waiting for the first event…": "En attente du premier événement…",
38311
38364
  "No events received.": "Aucun événement reçu.",
38312
38365
  "showing the last :max of :total events": "affichage des :max derniers événements sur :total",
38313
- "Time since request start": "Temps depuis le début de la requête",
38366
+ "Time since request start": "Temps depuis le début de la request",
38314
38367
  "Could not parse body: :error": "Impossible d'analyser le corps : :error",
38315
38368
  "Up one level": "Remonter d'un niveau",
38316
38369
  "↑ up": "↑ haut",
@@ -38373,7 +38426,7 @@ const fr = {
38373
38426
  "Workspace Settings": "Paramètres de l'espace de travail",
38374
38427
  "Default environment": "Environnement par défaut",
38375
38428
  "CLI runs without --environment use this environment, and the app selects it when no environment is active.": "Les exécutions CLI sans --environment utilisent cet environnement, et l'application le sélectionne quand aucun environnement n'est actif.",
38376
- "Persist request history": "Conserver l'historique des requêtes",
38429
+ "Persist request history": "Conserver l'historique des requests",
38377
38430
  "Save history to history.json in the workspace folder so it survives restarts. The file is gitignored. Off by default; history stays in memory otherwise.": "Enregistre l'historique dans history.json du dossier de l'espace de travail pour qu'il survive aux redémarrages. Le fichier est ignoré par git. Désactivé par défaut ; sinon l'historique reste en mémoire.",
38378
38431
  Theme: Theme$4,
38379
38432
  "⊙ Auto": "⊙ Auto",
@@ -38386,7 +38439,7 @@ const fr = {
38386
38439
  Username: Username$4,
38387
38440
  Password: Password$4,
38388
38441
  "Enable API Spector Cloud": "Activer API Spector Cloud",
38389
- 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Poussez les mocks et les moniteurs vers une instance hébergée. Lorsque activé, les actions "Envoyer vers le cloud" apparaissent sur les mocks et les requêtes.',
38442
+ 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Poussez les mocks et les moniteurs vers une instance hébergée. Lorsque activé, les actions "Envoyer vers le cloud" apparaissent sur les mocks et les requests.',
38390
38443
  "API token": "Token API",
38391
38444
  "•••••••• (saved — type to replace)": "•••••••• (enregistré - saisissez pour remplacer)",
38392
38445
  "Paste a token from the cloud dashboard": "Collez un token depuis le tableau de bord cloud",
@@ -38402,7 +38455,7 @@ const fr = {
38402
38455
  "Add pattern…": "Ajouter un motif…",
38403
38456
  Add: Add$4,
38404
38457
  "Reference secrets from an external manager instead of storing them. Put a reference like": "Référencez des secrets depuis un gestionnaire externe au lieu de les stocker. Mettez une référence comme",
38405
- "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "dans une variable d'environnement ou un champ d'authentification ; elle est résolue au moment de l'envoi et jamais écrite dans l'espace de travail. Cette config de connexion n'est pas secrète - les tokens et les identifiants de secret proviennent de votre environnement (ou de la connexion Vault ci-dessous).",
38458
+ "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "dans une variable d'environnement ou un champ d'authentification ; elle est résolue au moment de l'envoi et jamais écrite dans l'espace de travail. Cette config de connexion n'est pas secret - les tokens et les identifiants de secret proviennent de votre environnement (ou de la connexion Vault ci-dessous).",
38406
38459
  "Address (VAULT_ADDR)": "Adresse (VAULT_ADDR)",
38407
38460
  Namespace: Namespace$4,
38408
38461
  "(Enterprise)": "(Enterprise)",
@@ -38431,7 +38484,7 @@ const fr = {
38431
38484
  "Bearer token": "Token Bearer",
38432
38485
  "Basic Auth": "Authentification Basic",
38433
38486
  "Digest Auth": "Authentification Digest",
38434
- "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest utilise un défi-réponse MD5 en deux allers-retours. Le nom d'utilisateur et le mot de passe sont envoyés avec la première requête pour négocier le défi.",
38487
+ "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest utilise un défi-réponse MD5 en deux allers-retours. Le nom d'utilisateur et le mot de passe sont envoyés avec la première request pour négocier le défi.",
38435
38488
  'Stored as ":ref"': 'Stocké sous ":ref"',
38436
38489
  Domain: Domain$4,
38437
38490
  Workstation: Workstation$4,
@@ -38445,14 +38498,14 @@ const fr = {
38445
38498
  "- supports :variables": "- prend en charge :variables",
38446
38499
  "password or API token": "mot de passe ou token API",
38447
38500
  "Store password in OS keychain instead": "Stocker plutôt le mot de passe dans le trousseau de l'OS",
38448
- "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Chiffre le mot de passe dans le trousseau de votre OS au lieu de l'enregistrer avec la requête. Laissez le champ Mot de passe ci-dessus vide pour utiliser la valeur du trousseau.",
38501
+ "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Chiffre le mot de passe dans le trousseau de votre OS au lieu de l'enregistrer avec la request. Laissez le champ Mot de passe ci-dessus vide pour utiliser la valeur du trousseau.",
38449
38502
  "Keychain key": "Clé du trousseau",
38450
38503
  "{{token}} or paste a raw token": "{{token}} ou collez un token brut",
38451
38504
  "Store in OS keychain instead": "Stocker plutôt dans le trousseau de l'OS",
38452
38505
  "Paste a raw token here to encrypt it in your OS keychain. Useful for static long-lived API tokens. Leave the value field above empty to use the keychain.": "Collez ici un token brut pour le chiffrer dans le trousseau de votre OS. Utile pour les tokens API statiques à longue durée de vie. Laissez le champ de valeur ci-dessus vide pour utiliser le trousseau.",
38453
38506
  "Paste token": "Coller le token",
38454
38507
  ":name env": ":name env",
38455
- "Imported request": "Requête importée",
38508
+ "Imported request": "Request importée",
38456
38509
  "Pick at least one endpoint": "Choisissez au moins un point de terminaison",
38457
38510
  "Variable name is required when extracting base URL": "Le nom de la variable est requis lors de l'extraction de l'URL de base",
38458
38511
  "Target collection not found": "Collection cible introuvable",
@@ -38463,7 +38516,7 @@ const fr = {
38463
38516
  "Create new collection…": "Créer une nouvelle collection…",
38464
38517
  "Collection name": "Nom de la collection",
38465
38518
  "Base URL → variable": "URL de base → variable",
38466
- "Leave the URL field empty to keep absolute URLs in each request.": "Laissez le champ URL vide pour conserver des URL absolues dans chaque requête.",
38519
+ "Leave the URL field empty to keep absolute URLs in each request.": "Laissez le champ URL vide pour conserver des URL absolues dans chaque request.",
38467
38520
  "Create new environment…": "Créer un nouvel environnement…",
38468
38521
  "Endpoints (:chosen / :total)": "Points de terminaison (:chosen / :total)",
38469
38522
  "Select all": "Tout sélectionner",
@@ -38481,7 +38534,7 @@ const fr = {
38481
38534
  "Generate API Documentation": "Générer la documentation de l'API",
38482
38535
  "Collections to include": "Collections à inclure",
38483
38536
  "No collections loaded.": "Aucune collection chargée.",
38484
- "(:count request)|(:count requests)": "(:count requête)|(:count requêtes)",
38537
+ "(:count request)|(:count requests)": "(:count request)|(:count requests)",
38485
38538
  Format: Format$4,
38486
38539
  "Markdown (.md)": "Markdown (.md)",
38487
38540
  "HTML (.html)": "HTML (.html)",
@@ -38500,18 +38553,18 @@ const fr = {
38500
38553
  "Provider spec (OpenAPI)": "Spec fournisseur (OpenAPI)",
38501
38554
  "(git sha / build)": "(sha git / build)",
38502
38555
  Interactions: Interactions$4,
38503
- "(requests with a contract)": "(requêtes avec un contrat)",
38504
- "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Aucune requête ici n'a encore de contrat. Ajoutez d'abord le statut/schéma attendu dans l'onglet Contrat d'une requête.",
38556
+ "(requests with a contract)": "(requests avec un contrat)",
38557
+ "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Aucune request ici n'a encore de contrat. Ajoutez d'abord le statut/schéma attendu dans l'onglet Contrat d'une request.",
38505
38558
  "Publishes a pinned OpenAPI spec as the provider contract. Consumer pacts are then verified against it without running the provider.": "Publie une spec OpenAPI épinglée comme contrat du fournisseur. Les pacts consommateurs sont ensuite vérifiés par rapport à elle sans exécuter le fournisseur.",
38506
38559
  "Provider (pacticipant)": "Fournisseur (pacticipant)",
38507
38560
  "Spec snapshot": "Instantané de la spec",
38508
38561
  "View matrix ↗": "Voir la matrice ↗",
38509
38562
  Done: Done$4,
38510
38563
  'Pushed ":name" as monitor #:id to the cloud': '":name" envoyé comme moniteur #:id vers le cloud',
38511
- "Select request (or Cmd/Ctrl+click the row)": "Sélectionnez une requête (ou Cmd/Ctrl+clic sur la ligne)",
38564
+ "Select request (or Cmd/Ctrl+click the row)": "Sélectionnez une request (ou Cmd/Ctrl+clic sur la ligne)",
38512
38565
  "Hide examples": "Masquer les exemples",
38513
38566
  "Show :count example(s)": "Afficher :count exemple(s)",
38514
- "SOAP request": "Requête SOAP",
38567
+ "SOAP request": "Request SOAP",
38515
38568
  WebSocket: WebSocket$4,
38516
38569
  "Auth: :name": "Auth : :name",
38517
38570
  Rename: Rename$4,
@@ -38526,8 +38579,8 @@ const fr = {
38526
38579
  Example: Example$4,
38527
38580
  Open: Open$4,
38528
38581
  "Folder settings": "Paramètres du dossier",
38529
- ":name - auth, headers and variables inherited by all requests in this folder": ":name - auth, en-têtes et variables hérités par toutes les requêtes de ce dossier",
38530
- "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "L'auth configurée ici est héritée par toutes les requêtes de ce dossier, sauf si la requête la remplace par son propre type d'auth différent de none.",
38582
+ ":name - auth, headers and variables inherited by all requests in this folder": ":name - auth, en-têtes et variables hérités par toutes les requests de ce dossier",
38583
+ "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "L'auth configurée ici est héritée par toutes les requests de ce dossier, sauf si la request la remplace par son propre type d'auth différent de none.",
38531
38584
  "Header-Name": "Header-Name",
38532
38585
  "Variables scoped to this folder. They override collection variables and are overridden by an inner folder, the active environment, and script-set values. Reference them anywhere with :token.": "Variables limitées à ce dossier. Elles remplacent les variables de collection et sont remplacées par un dossier interne, l'environnement actif et les valeurs définies par script. Référencez-les partout avec :token.",
38533
38586
  request: request$4,
@@ -38535,44 +38588,44 @@ const fr = {
38535
38588
  collection: collection$4,
38536
38589
  "Sync schemas - :name": "Synchroniser les schémas - :name",
38537
38590
  ":count operations in spec": ":count opérations dans la spec",
38538
- ":count matched to existing requests": ":count associées à des requêtes existantes",
38591
+ ":count matched to existing requests": ":count associées à des requests existantes",
38539
38592
  ":count changed": ":count modifiées",
38540
38593
  ":count unchanged": ":count inchangées",
38541
38594
  "Select schemas to update (:count)": "Sélectionnez les schémas à mettre à jour (:count)",
38542
38595
  "Select changed": "Sélectionner les modifiés",
38543
- "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Aucune opération de la spec ne correspond à une requête de cette collection. La correspondance utilise la méthode HTTP + le chemin de l'URL.",
38596
+ "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Aucune opération de la spec ne correspond à une request de cette collection. La correspondance utilise la méthode HTTP + le chemin de l'URL.",
38544
38597
  changed: changed$4,
38545
38598
  "up to date": "à jour",
38546
- ":count operations not matched (no request with matching method + path)": ":count opérations non associées (aucune requête avec méthode + chemin correspondants)",
38599
+ ":count operations not matched (no request with matching method + path)": ":count opérations non associées (aucune request avec méthode + chemin correspondants)",
38547
38600
  "Updating…": "Mise à jour…",
38548
38601
  "Update :count schema|Update :count schemas": "Mettre à jour :count schéma|Mettre à jour :count schémas",
38549
38602
  "Sync schemas from OpenAPI": "Synchroniser les schémas depuis OpenAPI",
38550
- "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Chargez une spec OpenAPI pour mettre à jour les schémas de réponse des requêtes existantes. La correspondance utilise la méthode HTTP + le chemin de l'URL. Seuls les schémas sont modifiés - les URL, paramètres, en-têtes, auth et scripts sont préservés.",
38603
+ "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Chargez une spec OpenAPI pour mettre à jour les schémas de réponse des requests existantes. La correspondance utilise la méthode HTTP + le chemin de l'URL. Seuls les schémas sont modifiés - les URL, paramètres, en-têtes, auth et scripts sont préservés.",
38551
38604
  "Choose file…": "Choisir un fichier…",
38552
38605
  "Or load from URL": "Ou charger depuis une URL",
38553
38606
  "Collection settings": "Paramètres de la collection",
38554
- ":name - auth and headers inherited by all requests in this collection": ":name - auth et en-têtes hérités par toutes les requêtes de cette collection",
38555
- "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "L'auth configurée ici est héritée par toutes les requêtes de cette collection, sauf si un dossier ou une requête la remplace par son propre type d'auth différent de none.",
38556
- "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "Les paramètres TLS remplacent la configuration au niveau de l'espace de travail pour chaque requête de cette collection. Laissez tous les chemins vides pour hériter de l'espace de travail.",
38607
+ ":name - auth and headers inherited by all requests in this collection": ":name - auth et en-têtes hérités par toutes les requests de cette collection",
38608
+ "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "L'auth configurée ici est héritée par toutes les requests de cette collection, sauf si un dossier ou une request la remplace par son propre type d'auth différent de none.",
38609
+ "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "Les paramètres TLS remplacent la configuration au niveau de l'espace de travail pour chaque request de cette collection. Laissez tous les chemins vides pour hériter de l'espace de travail.",
38557
38610
  "/path/to/ca.crt (leave empty to inherit)": "/path/to/ca.crt (laisser vide pour hériter)",
38558
38611
  "/path/to/client.crt (leave empty to inherit)": "/path/to/client.crt (laisser vide pour hériter)",
38559
38612
  "/path/to/client.key (leave empty to inherit)": "/path/to/client.key (laisser vide pour hériter)",
38560
38613
  "tag…": "tag…",
38561
- "Search requests…": "Rechercher des requêtes…",
38614
+ "Search requests…": "Rechercher des requests…",
38562
38615
  "Clear (Esc)": "Effacer (Échap)",
38563
- "No requests match “:query”.": "Aucune requête ne correspond à « :query ».",
38616
+ "No requests match “:query”.": "Aucune request ne correspond à « :query ».",
38564
38617
  ":count match|:count matches": ":count correspondance|:count correspondances",
38565
38618
  'Delete collection ":name"?': 'Supprimer la collection ":name" ?',
38566
- "Delete this folder and all its requests?": "Supprimer ce dossier et toutes ses requêtes ?",
38619
+ "Delete this folder and all its requests?": "Supprimer ce dossier et toutes ses requests ?",
38567
38620
  "No collections yet.": "Aucune collection pour le moment.",
38568
38621
  "+ New collection": "+ Nouvelle collection",
38569
38622
  "or import from Postman / OpenAPI above.": "ou importez depuis Postman / OpenAPI ci-dessus.",
38570
38623
  ":count selected": ":count sélectionnés",
38571
- "Enable selected requests": "Activer les requêtes sélectionnées",
38572
- "Disable selected requests": "Désactiver les requêtes sélectionnées",
38573
- "Delete :count request?|Delete :count requests?": "Supprimer :count requête ?|Supprimer :count requêtes ?",
38624
+ "Enable selected requests": "Activer les requests sélectionnées",
38625
+ "Disable selected requests": "Désactiver les requests sélectionnées",
38626
+ "Delete :count request?|Delete :count requests?": "Supprimer :count request ?|Supprimer :count requests ?",
38574
38627
  "Clear selection": "Effacer la sélection",
38575
- "Add request": "Ajouter une requête",
38628
+ "Add request": "Ajouter une request",
38576
38629
  "Add folder": "Ajouter un dossier",
38577
38630
  "Expand all": "Tout développer",
38578
38631
  "Collapse all": "Tout réduire",
@@ -38588,7 +38641,7 @@ const fr = {
38588
38641
  "Filter history…": "Filtrer l'historique…",
38589
38642
  "Download history as a HAR file": "Télécharger l'historique en fichier HAR",
38590
38643
  "Clear all history": "Effacer tout l'historique",
38591
- "No history yet. Send a request to start recording.": "Aucun historique pour le moment. Envoyez une requête pour commencer l'enregistrement.",
38644
+ "No history yet. Send a request to start recording.": "Aucun historique pour le moment. Envoyez une request pour commencer l'enregistrement.",
38592
38645
  "No matches.": "Aucune correspondance.",
38593
38646
  "env: :name": "env : :name",
38594
38647
  "or paste": "ou collez",
@@ -38639,9 +38692,9 @@ const fr = {
38639
38692
  empty: empty$5,
38640
38693
  Requests: Requests$4,
38641
38694
  "Server is not running.": "Le serveur n'est pas en cours d'exécution.",
38642
- "Start the server to begin capturing requests.": "Démarrez le serveur pour commencer à capturer les requêtes.",
38643
- "No requests yet.": "Aucune requête pour le moment.",
38644
- "Waiting for incoming requests…": "En attente de requêtes entrantes…",
38695
+ "Start the server to begin capturing requests.": "Démarrez le serveur pour commencer à capturer les requests.",
38696
+ "No requests yet.": "Aucune request pour le moment.",
38697
+ "Waiting for incoming requests…": "En attente de requests entrantes…",
38645
38698
  "Matched route": "Route correspondante",
38646
38699
  Status: Status$4,
38647
38700
  Duration: Duration$4,
@@ -38658,12 +38711,12 @@ const fr = {
38658
38711
  "Recording stopped": "Enregistrement arrêté",
38659
38712
  "Recording…": "Enregistrement…",
38660
38713
  "(new mock server)": "(nouveau serveur de mock)",
38661
- "Requests:": "Requêtes :",
38714
+ "Requests:": "Requests :",
38662
38715
  "Errors:": "Erreurs :",
38663
38716
  "Avg:": "Moy. :",
38664
- "Waiting for requests…": "En attente de requêtes…",
38717
+ "Waiting for requests…": "En attente de requests…",
38665
38718
  "Point your app at": "Pointez votre application vers",
38666
- "Select a request to inspect": "Sélectionnez une requête à inspecter",
38719
+ "Select a request to inspect": "Sélectionnez une request à inspecter",
38667
38720
  "[binary content - base64 encoded]": "[contenu binaire - encodé en base64]",
38668
38721
  "Binary response - body stored as base64": "Réponse binaire - corps stocké en base64",
38669
38722
  none: none$5,
@@ -38706,10 +38759,10 @@ const fr = {
38706
38759
  "Re-measure to see the coverage rise.": "Remesurez pour voir la couverture augmenter.",
38707
38760
  codes: codes$4,
38708
38761
  "no negative": "aucun négatif",
38709
- "Pre-request": "Pré-requête",
38762
+ "Pre-request": "Pré-request",
38710
38763
  "Post-response": "Post-réponse",
38711
38764
  "GQL Introspect": "Introspection GQL",
38712
- "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "S'exécute avant l'envoi de la requête. Utilisez sp.variables.set() pour générer des données dynamiques.",
38765
+ "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "S'exécute avant l'envoi de la request. Utilisez sp.variables.set() pour générer des données dynamiques.",
38713
38766
  "Runs after the response is received. Use sp.test() to assert and sp.environment.set() to extract values.": "S'exécute après la réception de la réponse. Utilisez sp.test() pour vérifier et sp.environment.set() pour extraire des valeurs.",
38714
38767
  "Runs before GraphQL schema introspection. Use sp.environment.set() or sp.collectionVariables.set() to inject auth headers or tokens.": "S'exécute avant l'introspection du schéma GraphQL. Utilisez sp.environment.set() ou sp.collectionVariables.set() pour injecter des en-têtes d'auth ou des tokens.",
38715
38768
  "Quick inserts": "Insertions rapides",
@@ -38717,11 +38770,11 @@ const fr = {
38717
38770
  "Fuzz: :name": "Fuzz : :name",
38718
38771
  Cases: Cases$4,
38719
38772
  "Spec (optional)": "Spec (facultatif)",
38720
- "Request body (no spec)": "Corps de requête (sans spec)",
38773
+ "Request body (no spec)": "Corps de request (sans spec)",
38721
38774
  "Fuzzing...": "Fuzzing...",
38722
- ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method envoie des écritures malformées. Pointez cette requête vers un environnement de préproduction ou un mock, pas la production.",
38775
+ ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method envoie des écritures malformées. Pointez cette request vers un environnement de préproduction ou un mock, pas la production.",
38723
38776
  "Sending malformed inputs...": "Envoi d'entrées malformées...",
38724
- "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Génère des variantes malformées de ce corps de requête et signale les réponses qui plantent (5xx) ou acceptent une entrée invalide. Choisissez une spec épinglée pour des entrées plus riches, ou fuzzez le corps de la requête tel quel.",
38777
+ "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Génère des variantes malformées de ce corps de request et signale les réponses qui plantent (5xx) ou acceptent une entrée invalide. Choisissez une spec épinglée pour des entrées plus riches, ou fuzzez le corps de la request tel quel.",
38725
38778
  param: param$4,
38726
38779
  "No parameters declared in WSDL.": "Aucun paramètre déclaré dans le WSDL.",
38727
38780
  WSDL: WSDL$4,
@@ -38747,19 +38800,14 @@ const fr = {
38747
38800
  "Add description": "Ajouter une description",
38748
38801
  "Description…": "Description…",
38749
38802
  "No schema defined. Enter a JSON Schema above.": "Aucun schéma défini. Saisissez un JSON Schema ci-dessus.",
38750
- "No response yet. Send the request first, then validate.": "Aucune réponse pour le moment. Envoyez d'abord la requête, puis validez.",
38803
+ "No response yet. Send the request first, then validate.": "Aucune réponse pour le moment. Envoyez d'abord la request, puis validez.",
38751
38804
  "Schema is not valid JSON. Fix the syntax and try again.": "Le schéma n'est pas du JSON valide. Corrigez la syntaxe et réessayez.",
38752
38805
  "Response body is not valid JSON and cannot be validated against a schema.": "Le corps de la réponse n'est pas du JSON valide et ne peut pas être validé par rapport à un schéma.",
38753
38806
  "Schema compile error: :message": "Erreur de compilation du schéma : :message",
38754
- "Schema — a local scratch check.": "Schema - une vérification locale improvisée.",
38755
- "Validate this request's last response against a JSON Schema, right here. It is": "Validez la dernière réponse de cette requête par rapport à un JSON Schema, ici même. Elle est",
38756
- "not saved to the contract and not published": "non enregistrée dans le contrat et non publiée",
38757
- "— a dev-time sanity check only. To define what the provider": "- une simple vérification en phase de développement. Pour définir ce que le fournisseur",
38758
38807
  must: must$4,
38759
- "return (which drives contract testing), use the": "retourner (ce qui pilote les tests de contrat), utilisez l'onglet",
38760
38808
  "tab.": ".",
38761
38809
  "JSON Schema (draft-07+)": "JSON Schema (draft-07+)",
38762
- "Copy the body schema from this request's contract": "Copier le schéma du corps depuis le contrat de cette requête",
38810
+ "Copy the body schema from this request's contract": "Copier le schéma du corps depuis le contrat de cette request",
38763
38811
  "No contract body schema defined yet": "Aucun schéma de corps de contrat défini pour le moment",
38764
38812
  "Derive from contract": "Dériver du contrat",
38765
38813
  Validate: Validate$4,
@@ -38768,11 +38816,7 @@ const fr = {
38768
38816
  "Valid: response matches the schema.": "Valide : la réponse correspond au schéma.",
38769
38817
  "Invalid: :count error|Invalid: :count errors": "Invalide : :count erreur|Invalide : :count erreurs",
38770
38818
  "Contract.": "Contrat.",
38771
- "What this request": "Ce que cette requête",
38772
38819
  expects: expects$4,
38773
- "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the": "du fournisseur : statut, en-têtes et forme du corps (un JSON Schema). C'est vérifié par rapport à la réponse dans le panneau",
38774
- "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the": "et constitue le côté consommateur des tests de contrat (vérification consommateur et bi-directionnelle), alimentant la barrière",
38775
- "gate. For a quick body check that runs on every send, use the": ". Pour une vérification rapide du corps qui s'exécute à chaque envoi, utilisez l'onglet",
38776
38820
  Schema: Schema$4,
38777
38821
  "Contract defined - will be verified in Contract panel": "Contrat défini - sera vérifié dans le panneau Contrat",
38778
38822
  "No contract defined yet": "Aucun contrat défini pour le moment",
@@ -38784,7 +38828,7 @@ const fr = {
38784
38828
  "Expected value (optional)": "Valeur attendue (facultatif)",
38785
38829
  "Expected Response Body Schema (JSON Schema)": "Schéma attendu du corps de réponse (JSON Schema)",
38786
38830
  "Generate schema from last response": "Générer le schéma à partir de la dernière réponse",
38787
- "Send the request first": "Envoyez d'abord la requête",
38831
+ "Send the request first": "Envoyez d'abord la request",
38788
38832
  "Inferring…": "Inférence…",
38789
38833
  "⚡ Infer from response": "⚡ Inférer depuis la réponse",
38790
38834
  "Applies when the response is a stream (": "S'applique lorsque la réponse est un flux (",
@@ -38814,20 +38858,20 @@ const fr = {
38814
38858
  Variables: Variables$4,
38815
38859
  "Format JSON variables": "Formater les variables JSON",
38816
38860
  "Example:": "Exemple :",
38817
- "HTTP request": "Requête HTTP",
38861
+ "HTTP request": "Request HTTP",
38818
38862
  "SOAP - endpoint and method are derived from the WSDL": "SOAP - le point de terminaison et la méthode sont dérivés du WSDL",
38819
38863
  "gRPC - proto-defined services over HTTP/2": "gRPC - services définis par proto sur HTTP/2",
38820
38864
  VERB: VERB$4,
38821
38865
  "Type any HTTP method": "Saisissez n'importe quelle méthode HTTP",
38822
38866
  "Custom…": "Personnalisé…",
38823
- "SOAP requests are always POST": "Les requêtes SOAP sont toujours en POST",
38867
+ "SOAP requests are always POST": "Les requests SOAP sont toujours en POST",
38824
38868
  "gRPC target is host:port": "La cible gRPC est host:port",
38825
38869
  "Endpoint (auto-filled from WSDL <soap:address>)": "Point de terminaison (rempli automatiquement depuis le WSDL <soap:address>)",
38826
38870
  "Hooks enabled - click to disable": "Hooks activés - cliquez pour désactiver",
38827
38871
  "Hooks disabled - click to enable": "Hooks désactivés - cliquez pour activer",
38828
38872
  hooks: hooks$4,
38829
38873
  "Send (Cmd/Ctrl+Enter)": "Envoyer (Cmd/Ctrl+Entrée)",
38830
- "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Fuzzez cette requête avec des entrées malformées (ouvre une boîte de dialogue ; rien n'est envoyé avant votre confirmation)",
38874
+ "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Fuzzez cette request avec des entrées malformées (ouvre une boîte de dialogue ; rien n'est envoyé avant votre confirmation)",
38831
38875
  fuzz: fuzz$4,
38832
38876
  " (expires in :secs)": " (expire dans :secs)",
38833
38877
  " (EXPIRED)": " (EXPIRÉ)",
@@ -38840,8 +38884,8 @@ const fr = {
38840
38884
  "Auth URL": "URL d'authentification",
38841
38885
  "Redirect Port": "Port de redirection",
38842
38886
  "Client ID": "ID client",
38843
- "Client Secret": "Secret client",
38844
- "Client secret": "Secret client",
38887
+ "Client Secret": "Client Secret",
38888
+ "Client secret": "Client secret",
38845
38889
  "Keychain ref": "Réf du trousseau",
38846
38890
  Scopes: Scopes$4,
38847
38891
  "(space-separated)": "(séparés par des espaces)",
@@ -38850,7 +38894,7 @@ const fr = {
38850
38894
  "Get Token": "Obtenir le token",
38851
38895
  "Token:": "Token :",
38852
38896
  "Loading editor…": "Chargement de l'éditeur…",
38853
- "No request body.": "Aucun corps de requête.",
38897
+ "No request body.": "Aucun corps de request.",
38854
38898
  field: field$4,
38855
38899
  "The response view hit an error": "La vue de réponse a rencontré une erreur",
38856
38900
  Dismiss: Dismiss$4,
@@ -38859,7 +38903,35 @@ const fr = {
38859
38903
  "Update with": "Mettre à jour avec",
38860
38904
  Copied: Copied$4,
38861
38905
  "Skip this version": "Ignorer cette version",
38862
- Later: Later$4
38906
+ Later: Later$4,
38907
+ Level: Level$4,
38908
+ Basic: Basic$4,
38909
+ Standard: Standard$4,
38910
+ Aggressive: Aggressive$4,
38911
+ "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.": "Basique : défauts structurels. Standard : + chaînes limites et naughty. Agressif : + sondes d'injection et falsification d'en-têtes.",
38912
+ "1. Create a collection": "1. Créer une collection",
38913
+ "Collections group related requests. Click the + to add your first one.": "Les collections regroupent des requests liées. Cliquez sur + pour créer la première.",
38914
+ "2. Add an environment": "2. Ajouter un environnement",
38915
+ "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.": "Les environnements contiennent des variables comme les URL de base et les tokens. Ouvrez ceci pour en créer un et basculer.",
38916
+ "3. Add a request": "3. Ajouter une request",
38917
+ "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.": "Clic droit sur une collection (ou ouvrez son menu ⋯) et choisissez « Nouvelle request » pour commencer.",
38918
+ "Step :n of :total": "Étape :n sur :total",
38919
+ "Skip tour": "Passer la visite",
38920
+ Next: Next$4,
38921
+ "4. Replay from History": "4. Rejouer depuis l'historique",
38922
+ "Every request you send is recorded here. Click any entry to inspect or replay it.": "Chaque request envoyée est enregistrée ici. Cliquez sur une entrée pour l'inspecter ou la rejouer.",
38923
+ "5. Contract testing and fuzzing": "5. Tests de contrat et fuzzing",
38924
+ "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.": "Validez les réponses par rapport à un contrat OpenAPI, ou fuzzez votre API pour révéler les plantages et les violations de spec.",
38925
+ "6. Mock servers": "6. Serveurs mock",
38926
+ "Spin up a local mock server from your requests to develop against before the real API is ready.": "Lancez un serveur mock local à partir de vos requests pour développer avant que la vraie API soit prête.",
38927
+ "7. Open from Git": "7. Ouvrir depuis Git",
38928
+ "Open a workspace straight from a Git repository to share collections with your team.": "Ouvrez un espace de travail directement depuis un dépôt Git pour partager des collections avec votre équipe.",
38929
+ "Product tour": "Visite du produit",
38930
+ "Restart tour": "Relancer la visite",
38931
+ "Replay the guided walkthrough of collections, environments and requests.": "Rejouez la visite guidée des collections, environnements et requests.",
38932
+ "Schema: a local scratch check.": "Schema : une vérification locale de travail.",
38933
+ "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.": "Validez la dernière réponse de ce request directement ici par rapport à un JSON Schema. Elle n'est **pas enregistrée dans le contract ni publiée**. Juste une vérification de bon sens en développement. Pour définir ce que le provider *doit* renvoyer (ce qui pilote les tests de contract), utilisez l'onglet **Contract**.",
38934
+ "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab.": "Ce que ce request *attend* du provider : statut, en-têtes et forme du body (un JSON Schema). C'est vérifié par rapport à la réponse dans le panneau **Contract** et c'est le côté consommateur des tests de contract (vérification consommateur et bidirectionnelle), qui alimente la gate `deploy-check`. Pour une vérification rapide du body à chaque envoi, utilisez l'onglet **Schema**."
38863
38935
  };
38864
38936
  const Collections$3 = "Colecciones";
38865
38937
  const History$3 = "Historial";
@@ -38905,7 +38977,7 @@ const Consumer$3 = "Consumidor";
38905
38977
  const Provider$3 = "Proveedor";
38906
38978
  const Version$3 = "Versión";
38907
38979
  const Delete$3 = "Eliminar";
38908
- const Request$3 = "Petición";
38980
+ const Request$3 = "Request";
38909
38981
  const Body$3 = "Cuerpo";
38910
38982
  const ERR$3 = "ERR";
38911
38983
  const finding$3 = "hallazgo";
@@ -38980,7 +39052,7 @@ const Click$3 = "Haz clic en";
38980
39052
  const General$3 = "General";
38981
39053
  const Appearance$3 = "Apariencia";
38982
39054
  const Privacy$3 = "Privacidad";
38983
- const Secrets$3 = "Secretos";
39055
+ const Secrets$3 = "Secrets";
38984
39056
  const Cloud$3 = "Cloud";
38985
39057
  const Theme$3 = "Tema";
38986
39058
  const Username$3 = "Nombre de usuario";
@@ -39008,7 +39080,7 @@ const Enable$3 = "Habilitar";
39008
39080
  const Disable$3 = "Deshabilitar";
39009
39081
  const Example$3 = "Ejemplo";
39010
39082
  const Open$3 = "Abrir";
39011
- const request$3 = "petición";
39083
+ const request$3 = "request";
39012
39084
  const folder$3 = "carpeta";
39013
39085
  const collection$3 = "colección";
39014
39086
  const changed$3 = "cambiado";
@@ -39021,7 +39093,7 @@ const script$3 = "script";
39021
39093
  const active$3 = "activo";
39022
39094
  const Access$3 = "Acceso";
39023
39095
  const empty$4 = "vacío";
39024
- const Requests$3 = "Peticiones";
39096
+ const Requests$3 = "Requests";
39025
39097
  const Status$3 = "Estado";
39026
39098
  const Duration$3 = "Duración";
39027
39099
  const Time$3 = "Hora";
@@ -39054,6 +39126,11 @@ const field$3 = "campo";
39054
39126
  const Dismiss$3 = "Descartar";
39055
39127
  const Copied$3 = "Copiado";
39056
39128
  const Later$3 = "Más tarde";
39129
+ const Level$3 = "Nivel";
39130
+ const Basic$3 = "Básico";
39131
+ const Standard$3 = "Estándar";
39132
+ const Aggressive$3 = "Agresivo";
39133
+ const Next$3 = "Siguiente";
39057
39134
  const es = {
39058
39135
  "Close tab": "Cerrar pestaña",
39059
39136
  Collections: Collections$3,
@@ -39080,15 +39157,15 @@ const es = {
39080
39157
  Edit: Edit$3,
39081
39158
  Manage: Manage$3,
39082
39159
  "Env:": "Entorno:",
39083
- "Search requests by name, URL, or method...": "Buscar solicitudes por nombre, URL o método...",
39084
- 'No requests match ":query"': 'Ninguna solicitud coincide con ":query"',
39160
+ "Search requests by name, URL, or method...": "Buscar requests por nombre, URL o método...",
39161
+ 'No requests match ":query"': 'Ninguna request coincide con ":query"',
39085
39162
  "(no URL)": "(sin URL)",
39086
39163
  navigate: navigate$3,
39087
39164
  open: open$3,
39088
39165
  "Could not open the repository": "No se pudo abrir el repositorio",
39089
39166
  "New version available (v:latest, you have v:current)": "Nueva versión disponible (v:latest, tienes la v:current)",
39090
39167
  by: by$3,
39091
- "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Pruebas de API locales con generación de código de Robot Framework y Playwright. Los secretos se quedan en tu equipo.",
39168
+ "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Pruebas de API locales con generación de código de Robot Framework y Playwright. Los secrets se quedan en tu equipo.",
39092
39169
  "version :version": "versión :version",
39093
39170
  "Open Workspace": "Abrir espacio de trabajo",
39094
39171
  "New Workspace": "Nuevo espacio de trabajo",
@@ -39097,7 +39174,7 @@ const es = {
39097
39174
  "Open from Git": "Abrir desde Git",
39098
39175
  "Recent workspaces": "Espacios de trabajo recientes",
39099
39176
  "A workspace is a": "Un espacio de trabajo es un",
39100
- "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": "archivo. Súbelo junto con tus colecciones a Git; los secretos se guardan en el llavero de tu sistema operativo, nunca en el disco.",
39177
+ "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": "archivo. Súbelo junto con tus colecciones a Git; los secrets se guardan en el llavero de tu sistema operativo, nunca en el disco.",
39101
39178
  "by Testsmith": "por Testsmith",
39102
39179
  "Import collection (Postman, OpenAPI, Insomnia, Bruno)": "Importar colección (Postman, OpenAPI, Insomnia, Bruno)",
39103
39180
  Import: Import$3,
@@ -39131,15 +39208,15 @@ const es = {
39131
39208
  variable_name: variable_name$3,
39132
39209
  value: value$3,
39133
39210
  "Encrypted · sha256: :hash…": "Cifrado · sha256: :hash…",
39134
- "Enter secret value to encrypt…": "Introduce el valor secreto a cifrar…",
39211
+ "Enter secret value to encrypt…": "Introduce el valor secret a cifrar…",
39135
39212
  "✓ Saved": "✓ Guardado",
39136
39213
  Encrypt: Encrypt$3,
39137
39214
  "SHA-256 fingerprint of encrypted value: :hash…": "Huella SHA-256 del valor cifrado: :hash…",
39138
39215
  OS_ENV_VAR_NAME: OS_ENV_VAR_NAME$3,
39139
39216
  "Value read from OS env at send-time. Never stored in project.": "El valor se lee de la variable de entorno del SO al enviar. Nunca se guarda en el proyecto.",
39140
39217
  "Optional description…": "Descripción opcional…",
39141
- "Plain text - click to switch to encrypted secret": "Texto plano - haz clic para cambiar a secreto cifrado",
39142
- "Encrypted secret - click to switch to env var ref": "Secreto cifrado - haz clic para cambiar a referencia de variable de entorno",
39218
+ "Plain text - click to switch to encrypted secret": "Texto plano - haz clic para cambiar a secret cifrado",
39219
+ "Encrypted secret - click to switch to env var ref": "Secret cifrado - haz clic para cambiar a referencia de variable de entorno",
39143
39220
  "OS env var reference - click to switch to plain text": "Referencia a variable de entorno del SO - haz clic para cambiar a texto plano",
39144
39221
  abc: abc$3,
39145
39222
  enc: enc$3,
@@ -39157,7 +39234,7 @@ const es = {
39157
39234
  "+ Create environment": "+ Crear entorno",
39158
39235
  "Password cannot be empty.": "La contraseña no puede estar vacía.",
39159
39236
  "Master Password Required": "Se requiere contraseña maestra",
39160
- "Secrets are encrypted with AES-256-GCM using a master password. Set": "Los secretos se cifran con AES-256-GCM usando una contraseña maestra. Define",
39237
+ "Secrets are encrypted with AES-256-GCM using a master password. Set": "Los secrets se cifran con AES-256-GCM usando una contraseña maestra. Define",
39161
39238
  "in your shell profile to persist it across sessions.": "en el perfil de tu shell para conservarla entre sesiones.",
39162
39239
  "Master Password": "Contraseña maestra",
39163
39240
  "Enter master password…": "Introduce la contraseña maestra…",
@@ -39176,8 +39253,8 @@ const es = {
39176
39253
  "Type a message… (Ctrl+Enter to send)": "Escribe un mensaje… (Ctrl+Enter para enviar)",
39177
39254
  "Connect first to send messages": "Conecta primero para enviar mensajes",
39178
39255
  Send: Send$3,
39179
- "Select a request from the sidebar": "Selecciona una petición en la barra lateral",
39180
- ":count requests": ":count peticiones",
39256
+ "Select a request from the sidebar": "Selecciona una request en la barra lateral",
39257
+ ":count requests": ":count requests",
39181
39258
  ":count data row|:count data rows": ":count fila de datos|:count filas de datos",
39182
39259
  "Measure how much of an OpenAPI spec this workspace tests": "Mide qué parte de una especificación OpenAPI prueba este espacio de trabajo",
39183
39260
  Coverage: Coverage$3,
@@ -39234,9 +39311,9 @@ const es = {
39234
39311
  "Match a JSON example by type, not exact value (tolerant — recommended)": "Comparar un ejemplo JSON por tipo, no por valor exacto (tolerante - recomendado)",
39235
39312
  "+ Add interaction": "+ Añadir interacción",
39236
39313
  ERR: ERR$3,
39237
- "▲ Hide sent request": "▲ Ocultar petición enviada",
39238
- "▼ Show sent request": "▼ Mostrar petición enviada",
39239
- "Copy the sent request": "Copiar la petición enviada",
39314
+ "▲ Hide sent request": "▲ Ocultar request enviada",
39315
+ "▼ Show sent request": "▼ Mostrar request enviada",
39316
+ "Copy the sent request": "Copiar la request enviada",
39240
39317
  "Response sample": "Muestra de respuesta",
39241
39318
  ":count finding|:count findings": ":count hallazgo|:count hallazgos",
39242
39319
  ":count cases": ":count casos",
@@ -39246,7 +39323,7 @@ const es = {
39246
39323
  "no response": "sin respuesta",
39247
39324
  "(empty)": "(vacío)",
39248
39325
  ":count cases sent": ":count casos enviados",
39249
- "Sent request copied to clipboard.": "Petición enviada copiada al portapapeles.",
39326
+ "Sent request copied to clipboard.": "Request enviada copiada al portapapeles.",
39250
39327
  "Copy failed.": "Error al copiar.",
39251
39328
  "✓ No findings": "✓ Sin hallazgos",
39252
39329
  "✗ :count finding|✗ :count findings": "✗ :count hallazgo|✗ :count hallazgos",
@@ -39254,15 +39331,15 @@ const es = {
39254
39331
  ":count case|:count cases": ":count caso|:count casos",
39255
39332
  ":count operation|:count operations": ":count operación|:count operaciones",
39256
39333
  spec: spec$3,
39257
- "request body": "cuerpo de la petición",
39334
+ "request body": "cuerpo de la request",
39258
39335
  "seed :seed": "semilla :seed",
39259
39336
  "Clear results": "Borrar resultados",
39260
39337
  Clear: Clear$3,
39261
- ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count petición con método de escritura omitida (activa Incluir métodos de escritura).|:count peticiones con métodos de escritura omitidas (activa Incluir métodos de escritura).",
39262
- ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count petición no tenía cuerpo para hacer fuzzing.|:count peticiones no tenían cuerpo para hacer fuzzing.",
39338
+ ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count request con método de escritura omitida (activa Incluir métodos de escritura).|:count requests con métodos de escritura omitidas (activa Incluir métodos de escritura).",
39339
+ ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count request no tenía cuerpo para hacer fuzzing.|:count requests no tenían cuerpo para hacer fuzzing.",
39263
39340
  ":count operation clean|:count operations clean": ":count operación limpia|:count operaciones limpias",
39264
39341
  "All cases sent": "Todos los casos enviados",
39265
- "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "No se hizo fuzzing a ninguna operación. Comprueba que las peticiones tengan cuerpo o una operación coincidente en la especificación.",
39342
+ "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "No se hizo fuzzing a ninguna operación. Comprueba que las requests tengan cuerpo o una operación coincidente en la especificación.",
39266
39343
  "Published :name@:version — :count contract(s) re-verified": "Se publicó :name@:version - :count contrato(s) reverificado(s)",
39267
39344
  "Provide an OpenAPI spec URL or pick a pinned snapshot for provider / bi-directional mode.": "Proporciona una URL de especificación OpenAPI o elige una instantánea fijada para el modo proveedor / bidireccional.",
39268
39345
  "Provide a provider base URL (e.g. http://localhost:3000) to replay contracts against.": "Proporciona una URL base del proveedor (p. ej. http://localhost:3000) contra la que reproducir los contratos.",
@@ -39270,16 +39347,16 @@ const es = {
39270
39347
  "Enter a spec URL before pinning a snapshot.": "Introduce una URL de especificación antes de fijar una instantánea.",
39271
39348
  "Design a consumer-driven contract up front, with no endpoints, then publish it to the cloud": "Diseña un contrato dirigido por el consumidor de antemano, sin endpoints, y luego publícalo en la nube",
39272
39349
  "Design a contract (no endpoint needed)": "Diseña un contrato (sin endpoint necesario)",
39273
- "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Envía peticiones al proveedor real y valida cada respuesta contra el contrato definido en la pestaña Contrato. Define una URL base abajo para enviar contratos sin host (diseño primero).",
39274
- "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Análisis estático: valida que tus peticiones cumplen la especificación OpenAPI publicada del proveedor (sin llamadas HTTP).",
39350
+ "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Envía requests al proveedor real y valida cada respuesta contra el contrato definido en la pestaña Contrato. Define una URL base abajo para enviar contratos sin host (diseño primero).",
39351
+ "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Análisis estático: valida que tus requests cumplen la especificación OpenAPI publicada del proveedor (sin llamadas HTTP).",
39275
39352
  "Replays each contract against a running provider, seeding provider states first. The real provider verification.": "Reproduce cada contrato contra un proveedor en ejecución, sembrando primero los estados del proveedor. La verificación real del proveedor.",
39276
- "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Envía entradas malformadas generadas a partir de la especificación (o, sin especificación, del cuerpo de la petición) y marca las respuestas que fallan (5xx) o aceptan entradas no válidas.",
39353
+ "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Envía entradas malformadas generadas a partir de la especificación (o, sin especificación, del cuerpo de la request) y marca las respuestas que fallan (5xx) o aceptan entradas no válidas.",
39277
39354
  "Checks static schema compatibility between consumer contracts and provider spec, then verifies live responses.": "Comprueba la compatibilidad estática de esquemas entre los contratos del consumidor y la especificación del proveedor, y luego verifica las respuestas en vivo.",
39278
39355
  "Provider base URL": "URL base del proveedor",
39279
39356
  "(optional)": "(opcional)",
39280
- "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Obligatorio. Cada petición sometida a fuzzing se rebasa sobre este origen antes de enviarse.",
39281
- "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Opcional. Rebasa cada petición sobre este origen antes de enviarla, para que los contratos de diseño primero que solo llevan una ruta (p. ej. /brands) puedan ejecutarse. Las peticiones con una URL completa se envían tal cual.",
39282
- "Each request is rebased onto this origin before being replayed against the live provider.": "Cada petición se rebasa sobre este origen antes de reproducirse contra el proveedor en vivo.",
39357
+ "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Obligatorio. Cada request sometida a fuzzing se rebasa sobre este origen antes de enviarse.",
39358
+ "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Opcional. Rebasa cada request sobre este origen antes de enviarla, para que los contratos de diseño primero que solo llevan una ruta (p. ej. /brands) puedan ejecutarse. Las requests con una URL completa se envían tal cual.",
39359
+ "Each request is rebased onto this origin before being replayed against the live provider.": "Cada request se rebasa sobre este origen antes de reproducirse contra el proveedor en vivo.",
39283
39360
  "State handler URL": "URL del gestor de estados",
39284
39361
  "Before each interaction we POST": "Antes de cada interacción hacemos POST a",
39285
39362
  "here so the provider can be seeded into a known state (Pact": "aquí para que el proveedor pueda sembrarse en un estado conocido (Pact",
@@ -39298,8 +39375,8 @@ const es = {
39298
39375
  "version (git SHA)": "versión (SHA de git)",
39299
39376
  "Publish this OpenAPI spec to the broker; consumers' pacts are re-verified against it": "Publica esta especificación OpenAPI en el broker; los pacts de los consumidores se reverifican contra ella",
39300
39377
  Publish: Publish$3,
39301
- "Request base URL": "URL base de la petición",
39302
- "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Si tus peticiones apuntan a un host distinto al de la especificación, introduce ese host aquí para que las rutas coincidan correctamente.",
39378
+ "Request base URL": "URL base de la request",
39379
+ "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Si tus requests apuntan a un host distinto al de la especificación, introduce ese host aquí para que las rutas coincidan correctamente.",
39303
39380
  "Cases per operation": "Casos por operación",
39304
39381
  Seed: Seed$3,
39305
39382
  "Include write methods (POST/PUT/PATCH/DELETE)": "Incluir métodos de escritura (POST/PUT/PATCH/DELETE)",
@@ -39307,15 +39384,15 @@ const es = {
39307
39384
  "Strict status": "Estado estricto",
39308
39385
  "Check response schemas": "Comprobar esquemas de respuesta",
39309
39386
  "Record all cases": "Registrar todos los casos",
39310
- ":count request|:count requests": ":count petición|:count peticiones",
39387
+ ":count request|:count requests": ":count request|:count requests",
39311
39388
  ":count contract defined|:count contracts defined": ":count contrato definido|:count contratos definidos",
39312
39389
  "Running…": "Ejecutando…",
39313
39390
  "Run fuzz": "Ejecutar fuzz",
39314
39391
  Run: Run$3,
39315
39392
  "Configure fuzzing above and click Run fuzz.": "Configura el fuzzing arriba y haz clic en Ejecutar fuzz.",
39316
- "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "El fuzzing necesita una URL base del proveedor. La especificación es opcional: sin ella, se mutan los cuerpos de las peticiones.",
39393
+ "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "El fuzzing necesita una URL base del proveedor. La especificación es opcional: sin ella, se mutan los cuerpos de las requests.",
39317
39394
  "Configure a mode above and click Run.": "Configura un modo arriba y haz clic en Ejecutar.",
39318
- "Define a contract on a request via the Contract tab first.": "Primero define un contrato en una petición mediante la pestaña Contrato.",
39395
+ "Define a contract on a request via the Contract tab first.": "Primero define un contrato en una request mediante la pestaña Contrato.",
39319
39396
  "✓ All passed": "✓ Todo aprobado",
39320
39397
  "✗ :count failed": "✗ :count fallidos",
39321
39398
  expected: expected$3,
@@ -39401,7 +39478,7 @@ const es = {
39401
39478
  Platform: Platform$3,
39402
39479
  "Detected from remote: :platform": "Detectado desde el remoto: :platform",
39403
39480
  Environment: Environment$3,
39404
- ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variable secreta se asignará a secretos de CI|:count variables secretas se asignarán a secretos de CI",
39481
+ ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variable secret se asignará a secrets de CI|:count variables secret se asignarán a secrets de CI",
39405
39482
  "Tags (optional)": "Etiquetas (opcional)",
39406
39483
  "e.g. smoke, regression": "p. ej. smoke, regression",
39407
39484
  "Write :path": "Escribir :path",
@@ -39419,7 +39496,7 @@ const es = {
39419
39496
  Method: Method$3,
39420
39497
  " (stream)": " (stream)",
39421
39498
  Plaintext: Plaintext$3,
39422
- "Request message (JSON)": "Mensaje de petición (JSON)",
39499
+ "Request message (JSON)": "Mensaje de request (JSON)",
39423
39500
  "Metadata (one ": "Metadatos (uno ",
39424
39501
  " per line)": " por línea)",
39425
39502
  Invoke: Invoke$3,
@@ -39448,13 +39525,13 @@ const es = {
39448
39525
  ":count passed": ":count aprobados",
39449
39526
  ":count failed": ":count fallidos",
39450
39527
  ":count errors": ":count errores",
39451
- "Requests with no assertions to verify": "Peticiones sin aserciones que verificar",
39528
+ "Requests with no assertions to verify": "Requests sin aserciones que verificar",
39452
39529
  ":count no tests": ":count sin pruebas",
39453
39530
  ":count total": ":count en total",
39454
39531
  "Export results": "Exportar resultados",
39455
39532
  "Load this response into the viewer": "Cargar esta respuesta en el visor",
39456
39533
  load: load$3,
39457
- "Send this request again": "Enviar esta petición de nuevo",
39534
+ "Send this request again": "Enviar esta request de nuevo",
39458
39535
  resend: resend$3,
39459
39536
  Response: Response$3,
39460
39537
  "✓ Contract saved": "✓ Contrato guardado",
@@ -39465,7 +39542,7 @@ const es = {
39465
39542
  Tests: Tests$3,
39466
39543
  Console: Console$3,
39467
39544
  HTTP: HTTP$3,
39468
- "No past responses for this request yet. Each send is recorded here.": "Aún no hay respuestas anteriores para esta petición. Cada envío se registra aquí.",
39545
+ "No past responses for this request yet. Each send is recorded here.": "Aún no hay respuestas anteriores para esta request. Cada envío se registra aquí.",
39469
39546
  "Interactive tree view - click values to add assertions": "Vista de árbol interactiva - haz clic en los valores para añadir aserciones",
39470
39547
  Tree: Tree$3,
39471
39548
  "Raw body view": "Vista del cuerpo en bruto",
@@ -39479,7 +39556,7 @@ const es = {
39479
39556
  Contract: Contract$3,
39480
39557
  "Save this response as a mock route": "Guardar esta respuesta como una ruta de mock",
39481
39558
  Mock: Mock$3,
39482
- "Request failed": "La petición falló",
39559
+ "Request failed": "La request falló",
39483
39560
  "Right-click to create an environment variable": "Haz clic derecho para crear una variable de entorno",
39484
39561
  "Conforms to HTTP semantics": "Cumple la semántica HTTP",
39485
39562
  "No violations of the HTTP specification (RFC 9110/9111) in this response. This check is automatic and needs no test or spec.": "Sin violaciones de la especificación HTTP (RFC 9110/9111) en esta respuesta. Esta comprobación es automática y no necesita prueba ni especificación.",
@@ -39500,7 +39577,7 @@ const es = {
39500
39577
  vs: vs$3,
39501
39578
  Current: Current$3,
39502
39579
  "No differences found": "No se encontraron diferencias",
39503
- "Send a request to see what was transmitted.": "Envía una petición para ver qué se transmitió.",
39580
+ "Send a request to see what was transmitted.": "Envía una request para ver qué se transmitió.",
39504
39581
  "No headers sent": "No se enviaron cabeceras",
39505
39582
  "Save as mock route": "Guardar como ruta de mock",
39506
39583
  "Mock server": "Servidor mock",
@@ -39524,7 +39601,7 @@ const es = {
39524
39601
  "Waiting for the first event…": "Esperando el primer evento…",
39525
39602
  "No events received.": "No se recibieron eventos.",
39526
39603
  "showing the last :max of :total events": "mostrando los últimos :max de :total eventos",
39527
- "Time since request start": "Tiempo desde el inicio de la petición",
39604
+ "Time since request start": "Tiempo desde el inicio de la request",
39528
39605
  "Could not parse body: :error": "No se pudo analizar el cuerpo: :error",
39529
39606
  "Up one level": "Subir un nivel",
39530
39607
  "↑ up": "↑ subir",
@@ -39587,7 +39664,7 @@ const es = {
39587
39664
  "Workspace Settings": "Ajustes del espacio de trabajo",
39588
39665
  "Default environment": "Entorno por defecto",
39589
39666
  "CLI runs without --environment use this environment, and the app selects it when no environment is active.": "Las ejecuciones de CLI sin --environment usan este entorno, y la aplicación lo selecciona cuando no hay ningún entorno activo.",
39590
- "Persist request history": "Conservar el historial de peticiones",
39667
+ "Persist request history": "Conservar el historial de requests",
39591
39668
  "Save history to history.json in the workspace folder so it survives restarts. The file is gitignored. Off by default; history stays in memory otherwise.": "Guarda el historial en history.json en la carpeta del espacio de trabajo para que sobreviva a los reinicios. El archivo está en gitignore. Desactivado por defecto; de lo contrario el historial permanece en memoria.",
39592
39669
  Theme: Theme$3,
39593
39670
  "⊙ Auto": "⊙ Automático",
@@ -39600,7 +39677,7 @@ const es = {
39600
39677
  Username: Username$3,
39601
39678
  Password: Password$3,
39602
39679
  "Enable API Spector Cloud": "Habilitar API Spector Cloud",
39603
- 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Envía mocks y monitores a una instancia alojada. Cuando está activado, aparecen acciones "Enviar a la nube" en los mocks y las peticiones.',
39680
+ 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Envía mocks y monitores a una instancia alojada. Cuando está activado, aparecen acciones "Enviar a la nube" en los mocks y las requests.',
39604
39681
  "API token": "Token de API",
39605
39682
  "•••••••• (saved — type to replace)": "•••••••• (guardado - escribe para reemplazar)",
39606
39683
  "Paste a token from the cloud dashboard": "Pega un token del panel de la nube",
@@ -39615,8 +39692,8 @@ const es = {
39615
39692
  "Remove pattern": "Eliminar patrón",
39616
39693
  "Add pattern…": "Añadir patrón…",
39617
39694
  Add: Add$3,
39618
- "Reference secrets from an external manager instead of storing them. Put a reference like": "Referencia secretos desde un gestor externo en lugar de almacenarlos. Pon una referencia como",
39619
- "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "en una variable de entorno o un campo de autenticación; se resuelve al enviar y nunca se escribe en el espacio de trabajo. Esta configuración de conexión no es secreta - los tokens y los secret-ids provienen de tu entorno (o del inicio de sesión de Vault de abajo).",
39695
+ "Reference secrets from an external manager instead of storing them. Put a reference like": "Referencia secrets desde un gestor externo en lugar de almacenarlos. Pon una referencia como",
39696
+ "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "en una variable de entorno o un campo de autenticación; se resuelve al enviar y nunca se escribe en el espacio de trabajo. Esta configuración de conexión no es secret - los tokens y los secret-ids provienen de tu entorno (o del inicio de sesión de Vault de abajo).",
39620
39697
  "Address (VAULT_ADDR)": "Dirección (VAULT_ADDR)",
39621
39698
  Namespace: Namespace$3,
39622
39699
  "(Enterprise)": "(Enterprise)",
@@ -39645,7 +39722,7 @@ const es = {
39645
39722
  "Bearer token": "Token Bearer",
39646
39723
  "Basic Auth": "Autenticación Basic",
39647
39724
  "Digest Auth": "Autenticación Digest",
39648
- "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest usa un desafío-respuesta MD5 de dos idas y vueltas. El nombre de usuario y la contraseña se envían con la primera petición para negociar el desafío.",
39725
+ "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest usa un desafío-respuesta MD5 de dos idas y vueltas. El nombre de usuario y la contraseña se envían con la primera request para negociar el desafío.",
39649
39726
  'Stored as ":ref"': 'Guardado como ":ref"',
39650
39727
  Domain: Domain$3,
39651
39728
  Workstation: Workstation$3,
@@ -39659,14 +39736,14 @@ const es = {
39659
39736
  "- supports :variables": "- admite :variables",
39660
39737
  "password or API token": "contraseña o token de API",
39661
39738
  "Store password in OS keychain instead": "Guardar la contraseña en el llavero del SO en su lugar",
39662
- "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Cifra la contraseña en el llavero de tu SO en lugar de guardarla con la petición. Deja vacío el campo Contraseña de arriba para usar el valor del llavero.",
39739
+ "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Cifra la contraseña en el llavero de tu SO en lugar de guardarla con la request. Deja vacío el campo Contraseña de arriba para usar el valor del llavero.",
39663
39740
  "Keychain key": "Clave del llavero",
39664
39741
  "{{token}} or paste a raw token": "{{token}} o pega un token en bruto",
39665
39742
  "Store in OS keychain instead": "Guardar en el llavero del SO en su lugar",
39666
39743
  "Paste a raw token here to encrypt it in your OS keychain. Useful for static long-lived API tokens. Leave the value field above empty to use the keychain.": "Pega aquí un token en bruto para cifrarlo en el llavero de tu SO. Útil para tokens de API estáticos de larga duración. Deja vacío el campo de valor de arriba para usar el llavero.",
39667
39744
  "Paste token": "Pegar token",
39668
39745
  ":name env": ":name env",
39669
- "Imported request": "Petición importada",
39746
+ "Imported request": "Request importada",
39670
39747
  "Pick at least one endpoint": "Elige al menos un endpoint",
39671
39748
  "Variable name is required when extracting base URL": "El nombre de la variable es obligatorio al extraer la URL base",
39672
39749
  "Target collection not found": "Colección de destino no encontrada",
@@ -39677,7 +39754,7 @@ const es = {
39677
39754
  "Create new collection…": "Crear nueva colección…",
39678
39755
  "Collection name": "Nombre de la colección",
39679
39756
  "Base URL → variable": "URL base → variable",
39680
- "Leave the URL field empty to keep absolute URLs in each request.": "Deja vacío el campo URL para mantener las URLs absolutas en cada petición.",
39757
+ "Leave the URL field empty to keep absolute URLs in each request.": "Deja vacío el campo URL para mantener las URLs absolutas en cada request.",
39681
39758
  "Create new environment…": "Crear nuevo entorno…",
39682
39759
  "Endpoints (:chosen / :total)": "Endpoints (:chosen / :total)",
39683
39760
  "Select all": "Seleccionar todo",
@@ -39695,7 +39772,7 @@ const es = {
39695
39772
  "Generate API Documentation": "Generar documentación de la API",
39696
39773
  "Collections to include": "Colecciones a incluir",
39697
39774
  "No collections loaded.": "No hay colecciones cargadas.",
39698
- "(:count request)|(:count requests)": "(:count petición)|(:count peticiones)",
39775
+ "(:count request)|(:count requests)": "(:count request)|(:count requests)",
39699
39776
  Format: Format$3,
39700
39777
  "Markdown (.md)": "Markdown (.md)",
39701
39778
  "HTML (.html)": "HTML (.html)",
@@ -39714,18 +39791,18 @@ const es = {
39714
39791
  "Provider spec (OpenAPI)": "Especificación del proveedor (OpenAPI)",
39715
39792
  "(git sha / build)": "(sha de git / build)",
39716
39793
  Interactions: Interactions$3,
39717
- "(requests with a contract)": "(peticiones con un contrato)",
39718
- "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Ninguna petición aquí tiene todavía un contrato. Primero añade el estado/esquema esperado en la pestaña Contrato de una petición.",
39794
+ "(requests with a contract)": "(requests con un contrato)",
39795
+ "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Ninguna request aquí tiene todavía un contrato. Primero añade el estado/esquema esperado en la pestaña Contrato de una request.",
39719
39796
  "Publishes a pinned OpenAPI spec as the provider contract. Consumer pacts are then verified against it without running the provider.": "Publica una especificación OpenAPI fijada como el contrato del proveedor. Los pacts de los consumidores se verifican entonces contra ella sin ejecutar el proveedor.",
39720
39797
  "Provider (pacticipant)": "Proveedor (pacticipant)",
39721
39798
  "Spec snapshot": "Instantánea de la especificación",
39722
39799
  "View matrix ↗": "Ver matriz ↗",
39723
39800
  Done: Done$3,
39724
39801
  'Pushed ":name" as monitor #:id to the cloud': 'Se envió ":name" como monitor #:id a la nube',
39725
- "Select request (or Cmd/Ctrl+click the row)": "Selecciona una petición (o Cmd/Ctrl+clic en la fila)",
39802
+ "Select request (or Cmd/Ctrl+click the row)": "Selecciona una request (o Cmd/Ctrl+clic en la fila)",
39726
39803
  "Hide examples": "Ocultar ejemplos",
39727
39804
  "Show :count example(s)": "Mostrar :count ejemplo(s)",
39728
- "SOAP request": "Petición SOAP",
39805
+ "SOAP request": "Request SOAP",
39729
39806
  WebSocket: WebSocket$3,
39730
39807
  "Auth: :name": "Autenticación: :name",
39731
39808
  Rename: Rename$3,
@@ -39740,8 +39817,8 @@ const es = {
39740
39817
  Example: Example$3,
39741
39818
  Open: Open$3,
39742
39819
  "Folder settings": "Ajustes de la carpeta",
39743
- ":name - auth, headers and variables inherited by all requests in this folder": ":name - autenticación, cabeceras y variables heredadas por todas las peticiones de esta carpeta",
39744
- "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "La autenticación configurada aquí la heredan todas las peticiones de esta carpeta, a menos que la petición la sobrescriba con su propio tipo de autenticación distinto de none.",
39820
+ ":name - auth, headers and variables inherited by all requests in this folder": ":name - autenticación, cabeceras y variables heredadas por todas las requests de esta carpeta",
39821
+ "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "La autenticación configurada aquí la heredan todas las requests de esta carpeta, a menos que la request la sobrescriba con su propio tipo de autenticación distinto de none.",
39745
39822
  "Header-Name": "Header-Name",
39746
39823
  "Variables scoped to this folder. They override collection variables and are overridden by an inner folder, the active environment, and script-set values. Reference them anywhere with :token.": "Variables con alcance en esta carpeta. Sobrescriben las variables de colección y son sobrescritas por una carpeta interna, el entorno activo y los valores definidos por scripts. Referéncialas en cualquier lugar con :token.",
39747
39824
  request: request$3,
@@ -39749,44 +39826,44 @@ const es = {
39749
39826
  collection: collection$3,
39750
39827
  "Sync schemas - :name": "Sincronizar esquemas - :name",
39751
39828
  ":count operations in spec": ":count operaciones en la especificación",
39752
- ":count matched to existing requests": ":count coincidieron con peticiones existentes",
39829
+ ":count matched to existing requests": ":count coincidieron con requests existentes",
39753
39830
  ":count changed": ":count cambiadas",
39754
39831
  ":count unchanged": ":count sin cambios",
39755
39832
  "Select schemas to update (:count)": "Selecciona los esquemas a actualizar (:count)",
39756
39833
  "Select changed": "Seleccionar cambiados",
39757
- "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Ninguna operación de la especificación coincidió con una petición de esta colección. La coincidencia usa el método HTTP + la ruta de la URL.",
39834
+ "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Ninguna operación de la especificación coincidió con una request de esta colección. La coincidencia usa el método HTTP + la ruta de la URL.",
39758
39835
  changed: changed$3,
39759
39836
  "up to date": "actualizado",
39760
- ":count operations not matched (no request with matching method + path)": ":count operaciones sin coincidencia (ninguna petición con método + ruta coincidentes)",
39837
+ ":count operations not matched (no request with matching method + path)": ":count operaciones sin coincidencia (ninguna request con método + ruta coincidentes)",
39761
39838
  "Updating…": "Actualizando…",
39762
39839
  "Update :count schema|Update :count schemas": "Actualizar :count esquema|Actualizar :count esquemas",
39763
39840
  "Sync schemas from OpenAPI": "Sincronizar esquemas desde OpenAPI",
39764
- "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Carga una especificación OpenAPI para actualizar los esquemas de respuesta en peticiones existentes. La coincidencia usa el método HTTP + la ruta de la URL. Solo se tocan los esquemas - se conservan las URLs, los parámetros, las cabeceras, la autenticación y los scripts.",
39841
+ "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Carga una especificación OpenAPI para actualizar los esquemas de respuesta en requests existentes. La coincidencia usa el método HTTP + la ruta de la URL. Solo se tocan los esquemas - se conservan las URLs, los parámetros, las cabeceras, la autenticación y los scripts.",
39765
39842
  "Choose file…": "Elegir archivo…",
39766
39843
  "Or load from URL": "O cargar desde URL",
39767
39844
  "Collection settings": "Ajustes de la colección",
39768
- ":name - auth and headers inherited by all requests in this collection": ":name - autenticación y cabeceras heredadas por todas las peticiones de esta colección",
39769
- "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "La autenticación configurada aquí la heredan todas las peticiones de esta colección, a menos que una carpeta o petición la sobrescriba con su propio tipo de autenticación distinto de none.",
39770
- "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "Los ajustes de TLS sobrescriben la configuración a nivel de espacio de trabajo para cada petición de esta colección. Deja todas las rutas vacías para heredar del espacio de trabajo.",
39845
+ ":name - auth and headers inherited by all requests in this collection": ":name - autenticación y cabeceras heredadas por todas las requests de esta colección",
39846
+ "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "La autenticación configurada aquí la heredan todas las requests de esta colección, a menos que una carpeta o request la sobrescriba con su propio tipo de autenticación distinto de none.",
39847
+ "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "Los ajustes de TLS sobrescriben la configuración a nivel de espacio de trabajo para cada request de esta colección. Deja todas las rutas vacías para heredar del espacio de trabajo.",
39771
39848
  "/path/to/ca.crt (leave empty to inherit)": "/path/to/ca.crt (deja vacío para heredar)",
39772
39849
  "/path/to/client.crt (leave empty to inherit)": "/path/to/client.crt (deja vacío para heredar)",
39773
39850
  "/path/to/client.key (leave empty to inherit)": "/path/to/client.key (deja vacío para heredar)",
39774
39851
  "tag…": "etiqueta…",
39775
- "Search requests…": "Buscar peticiones…",
39852
+ "Search requests…": "Buscar requests…",
39776
39853
  "Clear (Esc)": "Borrar (Esc)",
39777
- "No requests match “:query”.": "Ninguna petición coincide con “:query”.",
39854
+ "No requests match “:query”.": "Ninguna request coincide con “:query”.",
39778
39855
  ":count match|:count matches": ":count coincidencia|:count coincidencias",
39779
39856
  'Delete collection ":name"?': '¿Eliminar la colección ":name"?',
39780
- "Delete this folder and all its requests?": "¿Eliminar esta carpeta y todas sus peticiones?",
39857
+ "Delete this folder and all its requests?": "¿Eliminar esta carpeta y todas sus requests?",
39781
39858
  "No collections yet.": "Aún no hay colecciones.",
39782
39859
  "+ New collection": "+ Nueva colección",
39783
39860
  "or import from Postman / OpenAPI above.": "o importa desde Postman / OpenAPI arriba.",
39784
39861
  ":count selected": ":count seleccionadas",
39785
- "Enable selected requests": "Habilitar las peticiones seleccionadas",
39786
- "Disable selected requests": "Deshabilitar las peticiones seleccionadas",
39787
- "Delete :count request?|Delete :count requests?": "¿Eliminar :count petición?|¿Eliminar :count peticiones?",
39862
+ "Enable selected requests": "Habilitar las requests seleccionadas",
39863
+ "Disable selected requests": "Deshabilitar las requests seleccionadas",
39864
+ "Delete :count request?|Delete :count requests?": "¿Eliminar :count request?|¿Eliminar :count requests?",
39788
39865
  "Clear selection": "Borrar selección",
39789
- "Add request": "Añadir petición",
39866
+ "Add request": "Añadir request",
39790
39867
  "Add folder": "Añadir carpeta",
39791
39868
  "Expand all": "Expandir todo",
39792
39869
  "Collapse all": "Contraer todo",
@@ -39802,7 +39879,7 @@ const es = {
39802
39879
  "Filter history…": "Filtrar historial…",
39803
39880
  "Download history as a HAR file": "Descargar el historial como un archivo HAR",
39804
39881
  "Clear all history": "Borrar todo el historial",
39805
- "No history yet. Send a request to start recording.": "Aún no hay historial. Envía una petición para empezar a registrar.",
39882
+ "No history yet. Send a request to start recording.": "Aún no hay historial. Envía una request para empezar a registrar.",
39806
39883
  "No matches.": "Sin coincidencias.",
39807
39884
  "env: :name": "env: :name",
39808
39885
  "or paste": "o pega",
@@ -39853,9 +39930,9 @@ const es = {
39853
39930
  empty: empty$4,
39854
39931
  Requests: Requests$3,
39855
39932
  "Server is not running.": "El servidor no está en ejecución.",
39856
- "Start the server to begin capturing requests.": "Inicia el servidor para empezar a capturar peticiones.",
39857
- "No requests yet.": "Aún no hay peticiones.",
39858
- "Waiting for incoming requests…": "Esperando peticiones entrantes…",
39933
+ "Start the server to begin capturing requests.": "Inicia el servidor para empezar a capturar requests.",
39934
+ "No requests yet.": "Aún no hay requests.",
39935
+ "Waiting for incoming requests…": "Esperando requests entrantes…",
39859
39936
  "Matched route": "Ruta coincidente",
39860
39937
  Status: Status$3,
39861
39938
  Duration: Duration$3,
@@ -39872,12 +39949,12 @@ const es = {
39872
39949
  "Recording stopped": "Grabación detenida",
39873
39950
  "Recording…": "Grabando…",
39874
39951
  "(new mock server)": "(nuevo servidor mock)",
39875
- "Requests:": "Peticiones:",
39952
+ "Requests:": "Requests:",
39876
39953
  "Errors:": "Errores:",
39877
39954
  "Avg:": "Media:",
39878
- "Waiting for requests…": "Esperando peticiones…",
39955
+ "Waiting for requests…": "Esperando requests…",
39879
39956
  "Point your app at": "Apunta tu aplicación a",
39880
- "Select a request to inspect": "Selecciona una petición para inspeccionar",
39957
+ "Select a request to inspect": "Selecciona una request para inspeccionar",
39881
39958
  "[binary content - base64 encoded]": "[contenido binario - codificado en base64]",
39882
39959
  "Binary response - body stored as base64": "Respuesta binaria - cuerpo almacenado como base64",
39883
39960
  none: none$4,
@@ -39920,10 +39997,10 @@ const es = {
39920
39997
  "Re-measure to see the coverage rise.": "Vuelve a medir para ver aumentar la cobertura.",
39921
39998
  codes: codes$3,
39922
39999
  "no negative": "sin negativa",
39923
- "Pre-request": "Pre-petición",
40000
+ "Pre-request": "Pre-request",
39924
40001
  "Post-response": "Post-respuesta",
39925
40002
  "GQL Introspect": "Introspección GQL",
39926
- "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Se ejecuta antes de enviar la petición. Usa sp.variables.set() para generar datos dinámicos.",
40003
+ "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Se ejecuta antes de enviar la request. Usa sp.variables.set() para generar datos dinámicos.",
39927
40004
  "Runs after the response is received. Use sp.test() to assert and sp.environment.set() to extract values.": "Se ejecuta después de recibir la respuesta. Usa sp.test() para afirmar y sp.environment.set() para extraer valores.",
39928
40005
  "Runs before GraphQL schema introspection. Use sp.environment.set() or sp.collectionVariables.set() to inject auth headers or tokens.": "Se ejecuta antes de la introspección del esquema GraphQL. Usa sp.environment.set() o sp.collectionVariables.set() para inyectar cabeceras de autenticación o tokens.",
39929
40006
  "Quick inserts": "Inserciones rápidas",
@@ -39931,11 +40008,11 @@ const es = {
39931
40008
  "Fuzz: :name": "Fuzz: :name",
39932
40009
  Cases: Cases$3,
39933
40010
  "Spec (optional)": "Especificación (opcional)",
39934
- "Request body (no spec)": "Cuerpo de la petición (sin especificación)",
40011
+ "Request body (no spec)": "Cuerpo de la request (sin especificación)",
39935
40012
  "Fuzzing...": "Haciendo fuzzing...",
39936
- ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method envía escrituras malformadas. Apunta esta petición a un entorno de staging o a un mock, no a producción.",
40013
+ ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method envía escrituras malformadas. Apunta esta request a un entorno de staging o a un mock, no a producción.",
39937
40014
  "Sending malformed inputs...": "Enviando entradas malformadas...",
39938
- "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Genera variantes malformadas de este cuerpo de petición y marca las respuestas que fallan (5xx) o aceptan entradas no válidas. Elige una especificación fijada para entradas más ricas, o haz fuzzing del cuerpo de la petición tal cual.",
40015
+ "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Genera variantes malformadas de este cuerpo de request y marca las respuestas que fallan (5xx) o aceptan entradas no válidas. Elige una especificación fijada para entradas más ricas, o haz fuzzing del cuerpo de la request tal cual.",
39939
40016
  param: param$3,
39940
40017
  "No parameters declared in WSDL.": "No hay parámetros declarados en el WSDL.",
39941
40018
  WSDL: WSDL$3,
@@ -39961,19 +40038,14 @@ const es = {
39961
40038
  "Add description": "Añadir descripción",
39962
40039
  "Description…": "Descripción…",
39963
40040
  "No schema defined. Enter a JSON Schema above.": "No hay esquema definido. Introduce un JSON Schema arriba.",
39964
- "No response yet. Send the request first, then validate.": "Aún no hay respuesta. Envía primero la petición y luego valida.",
40041
+ "No response yet. Send the request first, then validate.": "Aún no hay respuesta. Envía primero la request y luego valida.",
39965
40042
  "Schema is not valid JSON. Fix the syntax and try again.": "El esquema no es JSON válido. Corrige la sintaxis e inténtalo de nuevo.",
39966
40043
  "Response body is not valid JSON and cannot be validated against a schema.": "El cuerpo de la respuesta no es JSON válido y no se puede validar contra un esquema.",
39967
40044
  "Schema compile error: :message": "Error de compilación del esquema: :message",
39968
- "Schema — a local scratch check.": "Schema - una comprobación local improvisada.",
39969
- "Validate this request's last response against a JSON Schema, right here. It is": "Valida la última respuesta de esta petición contra un JSON Schema, aquí mismo. Es",
39970
- "not saved to the contract and not published": "no se guarda en el contrato ni se publica",
39971
- "— a dev-time sanity check only. To define what the provider": "- solo una comprobación de cordura en tiempo de desarrollo. Para definir lo que el proveedor",
39972
40045
  must: must$3,
39973
- "return (which drives contract testing), use the": "devolver (lo que impulsa las pruebas de contrato), usa la",
39974
40046
  "tab.": "pestaña.",
39975
40047
  "JSON Schema (draft-07+)": "JSON Schema (draft-07+)",
39976
- "Copy the body schema from this request's contract": "Copia el esquema del cuerpo del contrato de esta petición",
40048
+ "Copy the body schema from this request's contract": "Copia el esquema del cuerpo del contrato de esta request",
39977
40049
  "No contract body schema defined yet": "Aún no hay esquema de cuerpo del contrato definido",
39978
40050
  "Derive from contract": "Derivar del contrato",
39979
40051
  Validate: Validate$3,
@@ -39982,11 +40054,7 @@ const es = {
39982
40054
  "Valid: response matches the schema.": "Válido: la respuesta coincide con el esquema.",
39983
40055
  "Invalid: :count error|Invalid: :count errors": "No válido: :count error|No válido: :count errores",
39984
40056
  "Contract.": "Contrato.",
39985
- "What this request": "Lo que esta petición",
39986
40057
  expects: expects$3,
39987
- "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the": "del proveedor: estado, cabeceras y forma del cuerpo (un JSON Schema). Se comprueba contra la respuesta en el",
39988
- "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the": "panel y es el lado consumidor de las pruebas de contrato (verificación de consumidor y bidireccional), alimentando la",
39989
- "gate. For a quick body check that runs on every send, use the": "puerta. Para una comprobación rápida del cuerpo que se ejecuta en cada envío, usa la",
39990
40058
  Schema: Schema$3,
39991
40059
  "Contract defined - will be verified in Contract panel": "Contrato definido - se verificará en el panel Contrato",
39992
40060
  "No contract defined yet": "Aún no hay contrato definido",
@@ -39998,7 +40066,7 @@ const es = {
39998
40066
  "Expected value (optional)": "Valor esperado (opcional)",
39999
40067
  "Expected Response Body Schema (JSON Schema)": "Esquema esperado del cuerpo de la respuesta (JSON Schema)",
40000
40068
  "Generate schema from last response": "Generar esquema a partir de la última respuesta",
40001
- "Send the request first": "Envía primero la petición",
40069
+ "Send the request first": "Envía primero la request",
40002
40070
  "Inferring…": "Infiriendo…",
40003
40071
  "⚡ Infer from response": "⚡ Inferir de la respuesta",
40004
40072
  "Applies when the response is a stream (": "Se aplica cuando la respuesta es un stream (",
@@ -40028,20 +40096,20 @@ const es = {
40028
40096
  Variables: Variables$3,
40029
40097
  "Format JSON variables": "Formatear variables JSON",
40030
40098
  "Example:": "Ejemplo:",
40031
- "HTTP request": "Petición HTTP",
40099
+ "HTTP request": "Request HTTP",
40032
40100
  "SOAP - endpoint and method are derived from the WSDL": "SOAP - el endpoint y el método se derivan del WSDL",
40033
40101
  "gRPC - proto-defined services over HTTP/2": "gRPC - servicios definidos por proto sobre HTTP/2",
40034
40102
  VERB: VERB$3,
40035
40103
  "Type any HTTP method": "Escribe cualquier método HTTP",
40036
40104
  "Custom…": "Personalizado…",
40037
- "SOAP requests are always POST": "Las peticiones SOAP siempre son POST",
40105
+ "SOAP requests are always POST": "Las requests SOAP siempre son POST",
40038
40106
  "gRPC target is host:port": "El destino de gRPC es host:port",
40039
40107
  "Endpoint (auto-filled from WSDL <soap:address>)": "Endpoint (autocompletado desde <soap:address> del WSDL)",
40040
40108
  "Hooks enabled - click to disable": "Hooks habilitados - haz clic para deshabilitar",
40041
40109
  "Hooks disabled - click to enable": "Hooks deshabilitados - haz clic para habilitar",
40042
40110
  hooks: hooks$3,
40043
40111
  "Send (Cmd/Ctrl+Enter)": "Enviar (Cmd/Ctrl+Enter)",
40044
- "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Haz fuzzing de esta petición con entradas malformadas (abre un diálogo; no se envía nada hasta que confirmes)",
40112
+ "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Haz fuzzing de esta request con entradas malformadas (abre un diálogo; no se envía nada hasta que confirmes)",
40045
40113
  fuzz: fuzz$3,
40046
40114
  " (expires in :secs)": " (caduca en :secs)",
40047
40115
  " (EXPIRED)": " (CADUCADO)",
@@ -40054,8 +40122,8 @@ const es = {
40054
40122
  "Auth URL": "URL de autorización",
40055
40123
  "Redirect Port": "Puerto de redirección",
40056
40124
  "Client ID": "ID de cliente",
40057
- "Client Secret": "Secreto de cliente",
40058
- "Client secret": "Secreto de cliente",
40125
+ "Client Secret": "Client Secret",
40126
+ "Client secret": "Client secret",
40059
40127
  "Keychain ref": "Referencia del llavero",
40060
40128
  Scopes: Scopes$3,
40061
40129
  "(space-separated)": "(separados por espacios)",
@@ -40064,7 +40132,7 @@ const es = {
40064
40132
  "Get Token": "Obtener token",
40065
40133
  "Token:": "Token:",
40066
40134
  "Loading editor…": "Cargando editor…",
40067
- "No request body.": "Sin cuerpo de petición.",
40135
+ "No request body.": "Sin cuerpo de request.",
40068
40136
  field: field$3,
40069
40137
  "The response view hit an error": "La vista de respuesta encontró un error",
40070
40138
  Dismiss: Dismiss$3,
@@ -40073,7 +40141,35 @@ const es = {
40073
40141
  "Update with": "Actualiza con",
40074
40142
  Copied: Copied$3,
40075
40143
  "Skip this version": "Omitir esta versión",
40076
- Later: Later$3
40144
+ Later: Later$3,
40145
+ Level: Level$3,
40146
+ Basic: Basic$3,
40147
+ Standard: Standard$3,
40148
+ Aggressive: Aggressive$3,
40149
+ "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.": "Básico: fallos estructurales. Estándar: + cadenas límite y naughty. Agresivo: + pruebas de inyección y manipulación de cabeceras.",
40150
+ "1. Create a collection": "1. Crea una colección",
40151
+ "Collections group related requests. Click the + to add your first one.": "Las colecciones agrupan requests relacionadas. Haz clic en + para crear la primera.",
40152
+ "2. Add an environment": "2. Añade un entorno",
40153
+ "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.": "Los entornos guardan variables como URLs base y tokens. Abre esto para crear uno y cambiar entre ellos.",
40154
+ "3. Add a request": "3. Añade una request",
40155
+ "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.": "Haz clic derecho en una colección (o abre su menú ⋯) y elige «Nueva request» para empezar a enviar.",
40156
+ "Step :n of :total": "Paso :n de :total",
40157
+ "Skip tour": "Omitir el recorrido",
40158
+ Next: Next$3,
40159
+ "4. Replay from History": "4. Reproducir desde el historial",
40160
+ "Every request you send is recorded here. Click any entry to inspect or replay it.": "Cada request que envías se registra aquí. Haz clic en una entrada para inspeccionarla o reproducirla.",
40161
+ "5. Contract testing and fuzzing": "5. Pruebas de contrato y fuzzing",
40162
+ "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.": "Valida las respuestas contra un contrato OpenAPI, o haz fuzzing de tu API para detectar fallos y violaciones de la spec.",
40163
+ "6. Mock servers": "6. Servidores mock",
40164
+ "Spin up a local mock server from your requests to develop against before the real API is ready.": "Levanta un servidor mock local a partir de tus requests para desarrollar antes de que la API real esté lista.",
40165
+ "7. Open from Git": "7. Abrir desde Git",
40166
+ "Open a workspace straight from a Git repository to share collections with your team.": "Abre un espacio de trabajo directamente desde un repositorio Git para compartir colecciones con tu equipo.",
40167
+ "Product tour": "Tour del producto",
40168
+ "Restart tour": "Reiniciar el tour",
40169
+ "Replay the guided walkthrough of collections, environments and requests.": "Vuelve a ver el recorrido guiado por colecciones, entornos y requests.",
40170
+ "Schema: a local scratch check.": "Schema: una comprobación local rápida.",
40171
+ "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.": "Valida la última respuesta de este request aquí mismo contra un JSON Schema. **No se guarda en el contract ni se publica**. Solo una comprobación de validez en desarrollo. Para definir lo que el provider *debe* devolver (lo que impulsa las pruebas de contract), usa la pestaña **Contract**.",
40172
+ "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab.": "Lo que este request *espera* del provider: estado, headers y forma del body (un JSON Schema). Se comprueba contra la respuesta en el panel **Contract** y es el lado consumidor de las pruebas de contract (verificación de consumidor y bidireccional), que alimenta la gate `deploy-check`. Para una comprobación rápida del body en cada envío, usa la pestaña **Schema**."
40077
40173
  };
40078
40174
  const Collections$2 = "Raccolte";
40079
40175
  const History$2 = "Cronologia";
@@ -40119,7 +40215,7 @@ const Consumer$2 = "Consumer";
40119
40215
  const Provider$2 = "Provider";
40120
40216
  const Version$2 = "Versione";
40121
40217
  const Delete$2 = "Elimina";
40122
- const Request$2 = "Richiesta";
40218
+ const Request$2 = "Request";
40123
40219
  const Body$2 = "Body";
40124
40220
  const ERR$2 = "ERR";
40125
40221
  const finding$2 = "risultato";
@@ -40194,7 +40290,7 @@ const Click$2 = "Clicca";
40194
40290
  const General$2 = "Generale";
40195
40291
  const Appearance$2 = "Aspetto";
40196
40292
  const Privacy$2 = "Privacy";
40197
- const Secrets$2 = "Segreti";
40293
+ const Secrets$2 = "Secrets";
40198
40294
  const Cloud$2 = "Cloud";
40199
40295
  const Theme$2 = "Tema";
40200
40296
  const Username$2 = "Nome utente";
@@ -40222,7 +40318,7 @@ const Enable$2 = "Abilita";
40222
40318
  const Disable$2 = "Disabilita";
40223
40319
  const Example$2 = "Esempio";
40224
40320
  const Open$2 = "Apri";
40225
- const request$2 = "richiesta";
40321
+ const request$2 = "request";
40226
40322
  const folder$2 = "cartella";
40227
40323
  const collection$2 = "raccolta";
40228
40324
  const changed$2 = "modificato";
@@ -40235,7 +40331,7 @@ const script$2 = "script";
40235
40331
  const active$2 = "attivo";
40236
40332
  const Access$2 = "Accedi a";
40237
40333
  const empty$3 = "vuoto";
40238
- const Requests$2 = "Richieste";
40334
+ const Requests$2 = "Requests";
40239
40335
  const Status$2 = "Stato";
40240
40336
  const Duration$2 = "Durata";
40241
40337
  const Time$2 = "Ora";
@@ -40268,6 +40364,11 @@ const field$2 = "campo";
40268
40364
  const Dismiss$2 = "Ignora";
40269
40365
  const Copied$2 = "Copiato";
40270
40366
  const Later$2 = "Più tardi";
40367
+ const Level$2 = "Livello";
40368
+ const Basic$2 = "Base";
40369
+ const Standard$2 = "Standard";
40370
+ const Aggressive$2 = "Aggressivo";
40371
+ const Next$2 = "Avanti";
40271
40372
  const it = {
40272
40373
  "Close tab": "Chiudi scheda",
40273
40374
  Collections: Collections$2,
@@ -40294,15 +40395,15 @@ const it = {
40294
40395
  Edit: Edit$2,
40295
40396
  Manage: Manage$2,
40296
40397
  "Env:": "Ambiente:",
40297
- "Search requests by name, URL, or method...": "Cerca richieste per nome, URL o metodo...",
40298
- 'No requests match ":query"': 'Nessuna richiesta corrisponde a ":query"',
40398
+ "Search requests by name, URL, or method...": "Cerca requests per nome, URL o metodo...",
40399
+ 'No requests match ":query"': 'Nessuna request corrisponde a ":query"',
40299
40400
  "(no URL)": "(nessun URL)",
40300
40401
  navigate: navigate$2,
40301
40402
  open: open$2,
40302
40403
  "Could not open the repository": "Impossibile aprire il repository",
40303
40404
  "New version available (v:latest, you have v:current)": "Nuova versione disponibile (v:latest, hai la v:current)",
40304
40405
  by: by$2,
40305
- "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Test delle API in locale con generazione di codice Robot Framework e Playwright. I segreti restano sul tuo computer.",
40406
+ "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Test delle API in locale con generazione di codice Robot Framework e Playwright. I secrets restano sul tuo computer.",
40306
40407
  "version :version": "versione :version",
40307
40408
  "Open Workspace": "Apri area di lavoro",
40308
40409
  "New Workspace": "Nuova area di lavoro",
@@ -40311,7 +40412,7 @@ const it = {
40311
40412
  "Open from Git": "Apri da Git",
40312
40413
  "Recent workspaces": "Aree di lavoro recenti",
40313
40414
  "A workspace is a": "Un'area di lavoro è un file",
40314
- "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": ". Esegui il commit del file e delle raccolte su Git: i segreti sono archiviati nel portachiavi del sistema operativo, mai su disco.",
40415
+ "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": ". Esegui il commit del file e delle raccolte su Git: i secrets sono archiviati nel portachiavi del sistema operativo, mai su disco.",
40315
40416
  "by Testsmith": "di Testsmith",
40316
40417
  "Import collection (Postman, OpenAPI, Insomnia, Bruno)": "Importa raccolta (Postman, OpenAPI, Insomnia, Bruno)",
40317
40418
  Import: Import$2,
@@ -40345,15 +40446,15 @@ const it = {
40345
40446
  variable_name: variable_name$2,
40346
40447
  value: value$2,
40347
40448
  "Encrypted · sha256: :hash…": "Crittografato · sha256: :hash…",
40348
- "Enter secret value to encrypt…": "Inserisci il valore segreto da crittografare…",
40449
+ "Enter secret value to encrypt…": "Inserisci il valore secret da crittografare…",
40349
40450
  "✓ Saved": "✓ Salvato",
40350
40451
  Encrypt: Encrypt$2,
40351
40452
  "SHA-256 fingerprint of encrypted value: :hash…": "Impronta SHA-256 del valore crittografato: :hash…",
40352
40453
  OS_ENV_VAR_NAME: OS_ENV_VAR_NAME$2,
40353
40454
  "Value read from OS env at send-time. Never stored in project.": "Valore letto dall'ambiente del sistema operativo al momento dell'invio. Mai memorizzato nel progetto.",
40354
40455
  "Optional description…": "Descrizione facoltativa…",
40355
- "Plain text - click to switch to encrypted secret": "Testo semplice - clicca per passare a segreto crittografato",
40356
- "Encrypted secret - click to switch to env var ref": "Segreto crittografato - clicca per passare al riferimento variabile env",
40456
+ "Plain text - click to switch to encrypted secret": "Testo semplice - clicca per passare a secret crittografato",
40457
+ "Encrypted secret - click to switch to env var ref": "Secret crittografato - clicca per passare al riferimento variabile env",
40357
40458
  "OS env var reference - click to switch to plain text": "Riferimento variabile env del sistema operativo - clicca per passare a testo semplice",
40358
40459
  abc: abc$2,
40359
40460
  enc: enc$2,
@@ -40371,7 +40472,7 @@ const it = {
40371
40472
  "+ Create environment": "+ Crea ambiente",
40372
40473
  "Password cannot be empty.": "La password non può essere vuota.",
40373
40474
  "Master Password Required": "Password principale richiesta",
40374
- "Secrets are encrypted with AES-256-GCM using a master password. Set": "I segreti sono crittografati con AES-256-GCM usando una password principale. Imposta",
40475
+ "Secrets are encrypted with AES-256-GCM using a master password. Set": "I secrets sono crittografati con AES-256-GCM usando una password principale. Imposta",
40375
40476
  "in your shell profile to persist it across sessions.": "nel profilo della shell per mantenerla tra le sessioni.",
40376
40477
  "Master Password": "Password principale",
40377
40478
  "Enter master password…": "Inserisci la password principale…",
@@ -40390,8 +40491,8 @@ const it = {
40390
40491
  "Type a message… (Ctrl+Enter to send)": "Scrivi un messaggio… (Ctrl+Enter per inviare)",
40391
40492
  "Connect first to send messages": "Connettiti prima per inviare messaggi",
40392
40493
  Send: Send$2,
40393
- "Select a request from the sidebar": "Seleziona una richiesta dalla barra laterale",
40394
- ":count requests": ":count richieste",
40494
+ "Select a request from the sidebar": "Seleziona una request dalla barra laterale",
40495
+ ":count requests": ":count requests",
40395
40496
  ":count data row|:count data rows": ":count riga di dati|:count righe di dati",
40396
40497
  "Measure how much of an OpenAPI spec this workspace tests": "Misura quanta parte di una specifica OpenAPI testa questo workspace",
40397
40498
  Coverage: Coverage$2,
@@ -40448,9 +40549,9 @@ const it = {
40448
40549
  "Match a JSON example by type, not exact value (tolerant — recommended)": "Confronta un esempio JSON per tipo, non per valore esatto (tollerante - consigliato)",
40449
40550
  "+ Add interaction": "+ Aggiungi interazione",
40450
40551
  ERR: ERR$2,
40451
- "▲ Hide sent request": "▲ Nascondi richiesta inviata",
40452
- "▼ Show sent request": "▼ Mostra richiesta inviata",
40453
- "Copy the sent request": "Copia la richiesta inviata",
40552
+ "▲ Hide sent request": "▲ Nascondi request inviata",
40553
+ "▼ Show sent request": "▼ Mostra request inviata",
40554
+ "Copy the sent request": "Copia la request inviata",
40454
40555
  "Response sample": "Campione di risposta",
40455
40556
  ":count finding|:count findings": ":count risultato|:count risultati",
40456
40557
  ":count cases": ":count casi",
@@ -40460,7 +40561,7 @@ const it = {
40460
40561
  "no response": "nessuna risposta",
40461
40562
  "(empty)": "(vuoto)",
40462
40563
  ":count cases sent": ":count casi inviati",
40463
- "Sent request copied to clipboard.": "Richiesta inviata copiata negli appunti.",
40564
+ "Sent request copied to clipboard.": "Request inviata copiata negli appunti.",
40464
40565
  "Copy failed.": "Copia non riuscita.",
40465
40566
  "✓ No findings": "✓ Nessun risultato",
40466
40567
  "✗ :count finding|✗ :count findings": "✗ :count risultato|✗ :count risultati",
@@ -40468,15 +40569,15 @@ const it = {
40468
40569
  ":count case|:count cases": ":count caso|:count casi",
40469
40570
  ":count operation|:count operations": ":count operazione|:count operazioni",
40470
40571
  spec: spec$2,
40471
- "request body": "body della richiesta",
40572
+ "request body": "body della request",
40472
40573
  "seed :seed": "seed :seed",
40473
40574
  "Clear results": "Cancella risultati",
40474
40575
  Clear: Clear$2,
40475
- ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count richiesta con metodo di scrittura ignorata (attiva Includi metodi di scrittura).|:count richieste con metodo di scrittura ignorate (attiva Includi metodi di scrittura).",
40476
- ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count richiesta non aveva un body da sottoporre a fuzzing.|:count richieste non avevano un body da sottoporre a fuzzing.",
40576
+ ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count request con metodo di scrittura ignorata (attiva Includi metodi di scrittura).|:count requests con metodo di scrittura ignorate (attiva Includi metodi di scrittura).",
40577
+ ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count request non aveva un body da sottoporre a fuzzing.|:count requests non avevano un body da sottoporre a fuzzing.",
40477
40578
  ":count operation clean|:count operations clean": ":count operazione pulita|:count operazioni pulite",
40478
40579
  "All cases sent": "Tutti i casi inviati",
40479
- "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Nessuna operazione è stata sottoposta a fuzzing. Verifica che le richieste abbiano un body o un'operazione corrispondente nella spec.",
40580
+ "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Nessuna operazione è stata sottoposta a fuzzing. Verifica che le requests abbiano un body o un'operazione corrispondente nella spec.",
40480
40581
  "Published :name@:version — :count contract(s) re-verified": "Pubblicato :name@:version - :count contratto/i ri-verificati",
40481
40582
  "Provide an OpenAPI spec URL or pick a pinned snapshot for provider / bi-directional mode.": "Fornisci un URL di specifica OpenAPI o scegli uno snapshot fissato per la modalità provider / bidirezionale.",
40482
40583
  "Provide a provider base URL (e.g. http://localhost:3000) to replay contracts against.": "Fornisci un URL di base del provider (es. http://localhost:3000) su cui rieseguire i contratti.",
@@ -40484,16 +40585,16 @@ const it = {
40484
40585
  "Enter a spec URL before pinning a snapshot.": "Inserisci un URL di spec prima di fissare uno snapshot.",
40485
40586
  "Design a consumer-driven contract up front, with no endpoints, then publish it to the cloud": "Progetta in anticipo un contratto guidato dal consumer, senza endpoint, poi pubblicalo nel cloud",
40486
40587
  "Design a contract (no endpoint needed)": "Progetta un contratto (senza bisogno di endpoint)",
40487
- "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Invia richieste al provider reale e convalida ogni risposta rispetto al contratto definito nella scheda Contratto. Imposta un URL di base qui sotto per inviare contratti senza host (design-first).",
40488
- "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Analisi statica: verifica che le tue richieste siano conformi alla specifica OpenAPI pubblicata dal provider (senza chiamate HTTP).",
40588
+ "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Invia requests al provider reale e convalida ogni risposta rispetto al contratto definito nella scheda Contratto. Imposta un URL di base qui sotto per inviare contratti senza host (design-first).",
40589
+ "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Analisi statica: verifica che le tue requests siano conformi alla specifica OpenAPI pubblicata dal provider (senza chiamate HTTP).",
40489
40590
  "Replays each contract against a running provider, seeding provider states first. The real provider verification.": "Riesegue ogni contratto su un provider in esecuzione, impostando prima gli stati del provider. La verifica del provider reale.",
40490
- "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Invia input malformati generati dalla spec (o, senza spec, dal body della richiesta) e segnala le risposte che vanno in crash (5xx) o accettano input non validi.",
40591
+ "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Invia input malformati generati dalla spec (o, senza spec, dal body della request) e segnala le risposte che vanno in crash (5xx) o accettano input non validi.",
40491
40592
  "Checks static schema compatibility between consumer contracts and provider spec, then verifies live responses.": "Verifica la compatibilità statica degli schemi tra i contratti del consumer e la spec del provider, poi verifica le risposte dal vivo.",
40492
40593
  "Provider base URL": "URL di base del provider",
40493
40594
  "(optional)": "(facoltativo)",
40494
- "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Obbligatorio. Ogni richiesta sottoposta a fuzzing viene ribasata su questa origine prima di essere inviata.",
40495
- "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Facoltativo. Ribasa ogni richiesta su questa origine prima dell'invio, così i contratti design-first che contengono solo un percorso (es. /brands) possono essere eseguiti. Le richieste con un URL completo vengono inviate così come sono.",
40496
- "Each request is rebased onto this origin before being replayed against the live provider.": "Ogni richiesta viene ribasata su questa origine prima di essere rieseguita sul provider dal vivo.",
40595
+ "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Obbligatorio. Ogni request sottoposta a fuzzing viene ribasata su questa origine prima di essere inviata.",
40596
+ "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Facoltativo. Ribasa ogni request su questa origine prima dell'invio, così i contratti design-first che contengono solo un percorso (es. /brands) possono essere eseguiti. Le requests con un URL completo vengono inviate così come sono.",
40597
+ "Each request is rebased onto this origin before being replayed against the live provider.": "Ogni request viene ribasata su questa origine prima di essere rieseguita sul provider dal vivo.",
40497
40598
  "State handler URL": "URL del gestore di stato",
40498
40599
  "Before each interaction we POST": "Prima di ogni interazione inviamo un POST",
40499
40600
  "here so the provider can be seeded into a known state (Pact": "qui, così il provider può essere impostato in uno stato noto (Pact",
@@ -40512,8 +40613,8 @@ const it = {
40512
40613
  "version (git SHA)": "versione (SHA Git)",
40513
40614
  "Publish this OpenAPI spec to the broker; consumers' pacts are re-verified against it": "Pubblica questa specifica OpenAPI sul broker; i pact dei consumer vengono ri-verificati rispetto a essa",
40514
40615
  Publish: Publish$2,
40515
- "Request base URL": "URL di base della richiesta",
40516
- "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Se le tue richieste puntano a un host diverso da quello della spec, inserisci qui quell'host affinché i percorsi corrispondano correttamente.",
40616
+ "Request base URL": "URL di base della request",
40617
+ "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Se le tue requests puntano a un host diverso da quello della spec, inserisci qui quell'host affinché i percorsi corrispondano correttamente.",
40517
40618
  "Cases per operation": "Casi per operazione",
40518
40619
  Seed: Seed$2,
40519
40620
  "Include write methods (POST/PUT/PATCH/DELETE)": "Includi metodi di scrittura (POST/PUT/PATCH/DELETE)",
@@ -40521,15 +40622,15 @@ const it = {
40521
40622
  "Strict status": "Stato rigoroso",
40522
40623
  "Check response schemas": "Controlla gli schemi di risposta",
40523
40624
  "Record all cases": "Registra tutti i casi",
40524
- ":count request|:count requests": ":count richiesta|:count richieste",
40625
+ ":count request|:count requests": ":count request|:count requests",
40525
40626
  ":count contract defined|:count contracts defined": ":count contratto definito|:count contratti definiti",
40526
40627
  "Running…": "Esecuzione…",
40527
40628
  "Run fuzz": "Esegui fuzz",
40528
40629
  Run: Run$2,
40529
40630
  "Configure fuzzing above and click Run fuzz.": "Configura il fuzzing qui sopra e clicca Esegui fuzz.",
40530
- "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "Il fuzzing richiede un URL di base del provider. La spec è facoltativa: senza, vengono mutati i body delle richieste.",
40631
+ "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "Il fuzzing richiede un URL di base del provider. La spec è facoltativa: senza, vengono mutati i body delle requests.",
40531
40632
  "Configure a mode above and click Run.": "Configura una modalità qui sopra e clicca Esegui.",
40532
- "Define a contract on a request via the Contract tab first.": "Definisci prima un contratto su una richiesta tramite la scheda Contratto.",
40633
+ "Define a contract on a request via the Contract tab first.": "Definisci prima un contratto su una request tramite la scheda Contratto.",
40533
40634
  "✓ All passed": "✓ Tutti superati",
40534
40635
  "✗ :count failed": "✗ :count non superati",
40535
40636
  expected: expected$2,
@@ -40615,7 +40716,7 @@ const it = {
40615
40716
  Platform: Platform$2,
40616
40717
  "Detected from remote: :platform": "Rilevata dal remoto: :platform",
40617
40718
  Environment: Environment$2,
40618
- ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variabile segreta sarà mappata sui secret CI|:count variabili segrete saranno mappate sui secret CI",
40719
+ ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variabile secret sarà mappata sui secret CI|:count variabili secret saranno mappate sui secret CI",
40619
40720
  "Tags (optional)": "Tag (facoltativo)",
40620
40721
  "e.g. smoke, regression": "es. smoke, regressione",
40621
40722
  "Write :path": "Scrivi :path",
@@ -40633,7 +40734,7 @@ const it = {
40633
40734
  Method: Method$2,
40634
40735
  " (stream)": " (stream)",
40635
40736
  Plaintext: Plaintext$2,
40636
- "Request message (JSON)": "Messaggio di richiesta (JSON)",
40737
+ "Request message (JSON)": "Messaggio di request (JSON)",
40637
40738
  "Metadata (one ": "Metadati (uno ",
40638
40739
  " per line)": " per riga)",
40639
40740
  Invoke: Invoke$2,
@@ -40662,13 +40763,13 @@ const it = {
40662
40763
  ":count passed": ":count superati",
40663
40764
  ":count failed": ":count non superati",
40664
40765
  ":count errors": ":count errori",
40665
- "Requests with no assertions to verify": "Richieste senza asserzioni da verificare",
40766
+ "Requests with no assertions to verify": "Requests senza asserzioni da verificare",
40666
40767
  ":count no tests": ":count senza test",
40667
40768
  ":count total": ":count in totale",
40668
40769
  "Export results": "Esporta risultati",
40669
40770
  "Load this response into the viewer": "Carica questa risposta nel visualizzatore",
40670
40771
  load: load$2,
40671
- "Send this request again": "Invia di nuovo questa richiesta",
40772
+ "Send this request again": "Invia di nuovo questa request",
40672
40773
  resend: resend$2,
40673
40774
  Response: Response$2,
40674
40775
  "✓ Contract saved": "✓ Contratto salvato",
@@ -40679,7 +40780,7 @@ const it = {
40679
40780
  Tests: Tests$2,
40680
40781
  Console: Console$2,
40681
40782
  HTTP: HTTP$2,
40682
- "No past responses for this request yet. Each send is recorded here.": "Ancora nessuna risposta precedente per questa richiesta. Ogni invio viene registrato qui.",
40783
+ "No past responses for this request yet. Each send is recorded here.": "Ancora nessuna risposta precedente per questa request. Ogni invio viene registrato qui.",
40683
40784
  "Interactive tree view - click values to add assertions": "Vista ad albero interattiva - clicca sui valori per aggiungere asserzioni",
40684
40785
  Tree: Tree$2,
40685
40786
  "Raw body view": "Vista body grezzo",
@@ -40693,7 +40794,7 @@ const it = {
40693
40794
  Contract: Contract$2,
40694
40795
  "Save this response as a mock route": "Salva questa risposta come route mock",
40695
40796
  Mock: Mock$2,
40696
- "Request failed": "Richiesta non riuscita",
40797
+ "Request failed": "Request non riuscita",
40697
40798
  "Right-click to create an environment variable": "Clicca con il tasto destro per creare una variabile d'ambiente",
40698
40799
  "Conforms to HTTP semantics": "Conforme alla semantica HTTP",
40699
40800
  "No violations of the HTTP specification (RFC 9110/9111) in this response. This check is automatic and needs no test or spec.": "Nessuna violazione della specifica HTTP (RFC 9110/9111) in questa risposta. Questo controllo è automatico e non richiede test o spec.",
@@ -40714,7 +40815,7 @@ const it = {
40714
40815
  vs: vs$2,
40715
40816
  Current: Current$2,
40716
40817
  "No differences found": "Nessuna differenza trovata",
40717
- "Send a request to see what was transmitted.": "Invia una richiesta per vedere cosa è stato trasmesso.",
40818
+ "Send a request to see what was transmitted.": "Invia una request per vedere cosa è stato trasmesso.",
40718
40819
  "No headers sent": "Nessun header inviato",
40719
40820
  "Save as mock route": "Salva come route mock",
40720
40821
  "Mock server": "Server mock",
@@ -40738,7 +40839,7 @@ const it = {
40738
40839
  "Waiting for the first event…": "In attesa del primo evento…",
40739
40840
  "No events received.": "Nessun evento ricevuto.",
40740
40841
  "showing the last :max of :total events": "mostrando gli ultimi :max di :total eventi",
40741
- "Time since request start": "Tempo dall'inizio della richiesta",
40842
+ "Time since request start": "Tempo dall'inizio della request",
40742
40843
  "Could not parse body: :error": "Impossibile analizzare il body: :error",
40743
40844
  "Up one level": "Su di un livello",
40744
40845
  "↑ up": "↑ su",
@@ -40801,7 +40902,7 @@ const it = {
40801
40902
  "Workspace Settings": "Impostazioni workspace",
40802
40903
  "Default environment": "Ambiente predefinito",
40803
40904
  "CLI runs without --environment use this environment, and the app selects it when no environment is active.": "Le esecuzioni CLI senza --environment usano questo ambiente, e l'app lo seleziona quando nessun ambiente è attivo.",
40804
- "Persist request history": "Mantieni la cronologia delle richieste",
40905
+ "Persist request history": "Mantieni la cronologia delle requests",
40805
40906
  "Save history to history.json in the workspace folder so it survives restarts. The file is gitignored. Off by default; history stays in memory otherwise.": "Salva la cronologia in history.json nella cartella del workspace così sopravvive ai riavvii. Il file è in gitignore. Disattivo per impostazione predefinita; altrimenti la cronologia resta in memoria.",
40806
40907
  Theme: Theme$2,
40807
40908
  "⊙ Auto": "⊙ Automatico",
@@ -40814,7 +40915,7 @@ const it = {
40814
40915
  Username: Username$2,
40815
40916
  Password: Password$2,
40816
40917
  "Enable API Spector Cloud": "Abilita API Spector Cloud",
40817
- 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': `Invia mock e monitor a un'istanza ospitata. Quando è attivo, le azioni "Push nel cloud" appaiono su mock e richieste.`,
40918
+ 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': `Invia mock e monitor a un'istanza ospitata. Quando è attivo, le azioni "Push nel cloud" appaiono su mock e requests.`,
40818
40919
  "API token": "Token API",
40819
40920
  "•••••••• (saved — type to replace)": "•••••••• (salvato - digita per sostituire)",
40820
40921
  "Paste a token from the cloud dashboard": "Incolla un token dalla dashboard del cloud",
@@ -40829,8 +40930,8 @@ const it = {
40829
40930
  "Remove pattern": "Rimuovi pattern",
40830
40931
  "Add pattern…": "Aggiungi pattern…",
40831
40932
  Add: Add$2,
40832
- "Reference secrets from an external manager instead of storing them. Put a reference like": "Fai riferimento ai segreti da un gestore esterno invece di memorizzarli. Inserisci un riferimento come",
40833
- "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "in una variabile d'ambiente o in un campo di autenticazione; viene risolto al momento dell'invio e mai scritto nel workspace. Questa configurazione di connessione non è segreta - i token e i secret-id provengono dal tuo ambiente (o dall'accesso a Vault qui sotto).",
40933
+ "Reference secrets from an external manager instead of storing them. Put a reference like": "Fai riferimento ai secrets da un gestore esterno invece di memorizzarli. Inserisci un riferimento come",
40934
+ "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "in una variabile d'ambiente o in un campo di autenticazione; viene risolto al momento dell'invio e mai scritto nel workspace. Questa configurazione di connessione non è secret - i token e i secret-id provengono dal tuo ambiente (o dall'accesso a Vault qui sotto).",
40834
40935
  "Address (VAULT_ADDR)": "Indirizzo (VAULT_ADDR)",
40835
40936
  Namespace: Namespace$2,
40836
40937
  "(Enterprise)": "(Enterprise)",
@@ -40859,7 +40960,7 @@ const it = {
40859
40960
  "Bearer token": "Token Bearer",
40860
40961
  "Basic Auth": "Basic Auth",
40861
40962
  "Digest Auth": "Digest Auth",
40862
- "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest usa una challenge-response MD5 a due round-trip. Nome utente/password inviati con la prima richiesta per negoziare la challenge.",
40963
+ "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest usa una challenge-response MD5 a due round-trip. Nome utente/password inviati con la prima request per negoziare la challenge.",
40863
40964
  'Stored as ":ref"': 'Memorizzato come ":ref"',
40864
40965
  Domain: Domain$2,
40865
40966
  Workstation: Workstation$2,
@@ -40873,14 +40974,14 @@ const it = {
40873
40974
  "- supports :variables": "- supporta :variables",
40874
40975
  "password or API token": "password o token API",
40875
40976
  "Store password in OS keychain instead": "Memorizza invece la password nel keychain del sistema operativo",
40876
- "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Crittografa la password nel keychain del sistema operativo invece di salvarla con la richiesta. Lascia vuoto il campo Password qui sopra per usare il valore del keychain.",
40977
+ "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Crittografa la password nel keychain del sistema operativo invece di salvarla con la request. Lascia vuoto il campo Password qui sopra per usare il valore del keychain.",
40877
40978
  "Keychain key": "Chiave del keychain",
40878
40979
  "{{token}} or paste a raw token": "{{token}} oppure incolla un token grezzo",
40879
40980
  "Store in OS keychain instead": "Memorizza invece nel keychain del sistema operativo",
40880
40981
  "Paste a raw token here to encrypt it in your OS keychain. Useful for static long-lived API tokens. Leave the value field above empty to use the keychain.": "Incolla qui un token grezzo per crittografarlo nel keychain del sistema operativo. Utile per token API statici a lunga durata. Lascia vuoto il campo del valore qui sopra per usare il keychain.",
40881
40982
  "Paste token": "Incolla token",
40882
40983
  ":name env": ":name env",
40883
- "Imported request": "Richiesta importata",
40984
+ "Imported request": "Request importata",
40884
40985
  "Pick at least one endpoint": "Scegli almeno un endpoint",
40885
40986
  "Variable name is required when extracting base URL": "Il nome della variabile è obbligatorio quando si estrae l'URL di base",
40886
40987
  "Target collection not found": "Raccolta di destinazione non trovata",
@@ -40891,7 +40992,7 @@ const it = {
40891
40992
  "Create new collection…": "Crea nuova raccolta…",
40892
40993
  "Collection name": "Nome raccolta",
40893
40994
  "Base URL → variable": "URL di base → variabile",
40894
- "Leave the URL field empty to keep absolute URLs in each request.": "Lascia vuoto il campo URL per mantenere gli URL assoluti in ogni richiesta.",
40995
+ "Leave the URL field empty to keep absolute URLs in each request.": "Lascia vuoto il campo URL per mantenere gli URL assoluti in ogni request.",
40895
40996
  "Create new environment…": "Crea nuovo ambiente…",
40896
40997
  "Endpoints (:chosen / :total)": "Endpoint (:chosen / :total)",
40897
40998
  "Select all": "Seleziona tutto",
@@ -40909,7 +41010,7 @@ const it = {
40909
41010
  "Generate API Documentation": "Genera documentazione API",
40910
41011
  "Collections to include": "Raccolte da includere",
40911
41012
  "No collections loaded.": "Nessuna raccolta caricata.",
40912
- "(:count request)|(:count requests)": "(:count richiesta)|(:count richieste)",
41013
+ "(:count request)|(:count requests)": "(:count request)|(:count requests)",
40913
41014
  Format: Format$2,
40914
41015
  "Markdown (.md)": "Markdown (.md)",
40915
41016
  "HTML (.html)": "HTML (.html)",
@@ -40928,18 +41029,18 @@ const it = {
40928
41029
  "Provider spec (OpenAPI)": "Spec del provider (OpenAPI)",
40929
41030
  "(git sha / build)": "(sha Git / build)",
40930
41031
  Interactions: Interactions$2,
40931
- "(requests with a contract)": "(richieste con un contratto)",
40932
- "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Nessuna richiesta qui ha ancora un contratto. Aggiungi prima lo stato/schema atteso nella scheda Contratto di una richiesta.",
41032
+ "(requests with a contract)": "(requests con un contratto)",
41033
+ "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Nessuna request qui ha ancora un contratto. Aggiungi prima lo stato/schema atteso nella scheda Contratto di una request.",
40933
41034
  "Publishes a pinned OpenAPI spec as the provider contract. Consumer pacts are then verified against it without running the provider.": "Pubblica una specifica OpenAPI fissata come contratto del provider. I pact dei consumer vengono poi verificati rispetto a essa senza eseguire il provider.",
40934
41035
  "Provider (pacticipant)": "Provider (pacticipant)",
40935
41036
  "Spec snapshot": "Snapshot della spec",
40936
41037
  "View matrix ↗": "Visualizza matrice ↗",
40937
41038
  Done: Done$2,
40938
41039
  'Pushed ":name" as monitor #:id to the cloud': 'Inviato ":name" come monitor #:id nel cloud',
40939
- "Select request (or Cmd/Ctrl+click the row)": "Seleziona la richiesta (o Cmd/Ctrl+clic sulla riga)",
41040
+ "Select request (or Cmd/Ctrl+click the row)": "Seleziona la request (o Cmd/Ctrl+clic sulla riga)",
40940
41041
  "Hide examples": "Nascondi esempi",
40941
41042
  "Show :count example(s)": "Mostra :count esempio/i",
40942
- "SOAP request": "Richiesta SOAP",
41043
+ "SOAP request": "Request SOAP",
40943
41044
  WebSocket: WebSocket$2,
40944
41045
  "Auth: :name": "Auth: :name",
40945
41046
  Rename: Rename$2,
@@ -40954,8 +41055,8 @@ const it = {
40954
41055
  Example: Example$2,
40955
41056
  Open: Open$2,
40956
41057
  "Folder settings": "Impostazioni cartella",
40957
- ":name - auth, headers and variables inherited by all requests in this folder": ":name - auth, header e variabili ereditati da tutte le richieste in questa cartella",
40958
- "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "L'autenticazione configurata qui è ereditata da tutte le richieste in questa cartella, a meno che la richiesta non la sovrascriva con un proprio tipo di autenticazione diverso da nessuno.",
41058
+ ":name - auth, headers and variables inherited by all requests in this folder": ":name - auth, header e variabili ereditati da tutte le requests in questa cartella",
41059
+ "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "L'autenticazione configurata qui è ereditata da tutte le requests in questa cartella, a meno che la request non la sovrascriva con un proprio tipo di autenticazione diverso da nessuno.",
40959
41060
  "Header-Name": "Nome-Header",
40960
41061
  "Variables scoped to this folder. They override collection variables and are overridden by an inner folder, the active environment, and script-set values. Reference them anywhere with :token.": "Variabili con ambito questa cartella. Sovrascrivono le variabili della raccolta e sono sovrascritte da una cartella interna, dall'ambiente attivo e dai valori impostati dagli script. Riferiscile ovunque con :token.",
40961
41062
  request: request$2,
@@ -40963,44 +41064,44 @@ const it = {
40963
41064
  collection: collection$2,
40964
41065
  "Sync schemas - :name": "Sincronizza schemi - :name",
40965
41066
  ":count operations in spec": ":count operazioni nella spec",
40966
- ":count matched to existing requests": ":count abbinate a richieste esistenti",
41067
+ ":count matched to existing requests": ":count abbinate a requests esistenti",
40967
41068
  ":count changed": ":count modificate",
40968
41069
  ":count unchanged": ":count invariate",
40969
41070
  "Select schemas to update (:count)": "Seleziona gli schemi da aggiornare (:count)",
40970
41071
  "Select changed": "Seleziona modificati",
40971
- "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Nessuna operazione della spec ha trovato corrispondenza con una richiesta in questa raccolta. L'abbinamento usa il metodo HTTP + il percorso dell'URL.",
41072
+ "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Nessuna operazione della spec ha trovato corrispondenza con una request in questa raccolta. L'abbinamento usa il metodo HTTP + il percorso dell'URL.",
40972
41073
  changed: changed$2,
40973
41074
  "up to date": "aggiornato",
40974
- ":count operations not matched (no request with matching method + path)": ":count operazioni non abbinate (nessuna richiesta con metodo + percorso corrispondente)",
41075
+ ":count operations not matched (no request with matching method + path)": ":count operazioni non abbinate (nessuna request con metodo + percorso corrispondente)",
40975
41076
  "Updating…": "Aggiornamento…",
40976
41077
  "Update :count schema|Update :count schemas": "Aggiorna :count schema|Aggiorna :count schemi",
40977
41078
  "Sync schemas from OpenAPI": "Sincronizza schemi da OpenAPI",
40978
- "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Carica una specifica OpenAPI per aggiornare gli schemi di risposta sulle richieste esistenti. L'abbinamento usa il metodo HTTP + il percorso dell'URL. Vengono modificati solo gli schemi - URL, parametri, header, autenticazione e script sono preservati.",
41079
+ "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Carica una specifica OpenAPI per aggiornare gli schemi di risposta sulle requests esistenti. L'abbinamento usa il metodo HTTP + il percorso dell'URL. Vengono modificati solo gli schemi - URL, parametri, header, autenticazione e script sono preservati.",
40979
41080
  "Choose file…": "Scegli file…",
40980
41081
  "Or load from URL": "Oppure carica da URL",
40981
41082
  "Collection settings": "Impostazioni raccolta",
40982
- ":name - auth and headers inherited by all requests in this collection": ":name - auth e header ereditati da tutte le richieste in questa raccolta",
40983
- "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "L'autenticazione configurata qui è ereditata da tutte le richieste in questa raccolta, a meno che una cartella o una richiesta non la sovrascriva con un proprio tipo di autenticazione diverso da nessuno.",
40984
- "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "Le impostazioni TLS sovrascrivono la configurazione a livello di workspace per ogni richiesta in questa raccolta. Lascia vuoti tutti i percorsi per ereditare dal workspace.",
41083
+ ":name - auth and headers inherited by all requests in this collection": ":name - auth e header ereditati da tutte le requests in questa raccolta",
41084
+ "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "L'autenticazione configurata qui è ereditata da tutte le requests in questa raccolta, a meno che una cartella o una request non la sovrascriva con un proprio tipo di autenticazione diverso da nessuno.",
41085
+ "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "Le impostazioni TLS sovrascrivono la configurazione a livello di workspace per ogni request in questa raccolta. Lascia vuoti tutti i percorsi per ereditare dal workspace.",
40985
41086
  "/path/to/ca.crt (leave empty to inherit)": "/path/to/ca.crt (lascia vuoto per ereditare)",
40986
41087
  "/path/to/client.crt (leave empty to inherit)": "/path/to/client.crt (lascia vuoto per ereditare)",
40987
41088
  "/path/to/client.key (leave empty to inherit)": "/path/to/client.key (lascia vuoto per ereditare)",
40988
41089
  "tag…": "tag…",
40989
- "Search requests…": "Cerca richieste…",
41090
+ "Search requests…": "Cerca requests…",
40990
41091
  "Clear (Esc)": "Cancella (Esc)",
40991
- "No requests match “:query”.": "Nessuna richiesta corrisponde a “:query”.",
41092
+ "No requests match “:query”.": "Nessuna request corrisponde a “:query”.",
40992
41093
  ":count match|:count matches": ":count corrispondenza|:count corrispondenze",
40993
41094
  'Delete collection ":name"?': 'Eliminare la raccolta ":name"?',
40994
- "Delete this folder and all its requests?": "Eliminare questa cartella e tutte le sue richieste?",
41095
+ "Delete this folder and all its requests?": "Eliminare questa cartella e tutte le sue requests?",
40995
41096
  "No collections yet.": "Ancora nessuna raccolta.",
40996
41097
  "+ New collection": "+ Nuova raccolta",
40997
41098
  "or import from Postman / OpenAPI above.": "oppure importa da Postman / OpenAPI qui sopra.",
40998
41099
  ":count selected": ":count selezionati",
40999
- "Enable selected requests": "Abilita le richieste selezionate",
41000
- "Disable selected requests": "Disabilita le richieste selezionate",
41001
- "Delete :count request?|Delete :count requests?": "Eliminare :count richiesta?|Eliminare :count richieste?",
41100
+ "Enable selected requests": "Abilita le requests selezionate",
41101
+ "Disable selected requests": "Disabilita le requests selezionate",
41102
+ "Delete :count request?|Delete :count requests?": "Eliminare :count request?|Eliminare :count requests?",
41002
41103
  "Clear selection": "Cancella selezione",
41003
- "Add request": "Aggiungi richiesta",
41104
+ "Add request": "Aggiungi request",
41004
41105
  "Add folder": "Aggiungi cartella",
41005
41106
  "Expand all": "Espandi tutto",
41006
41107
  "Collapse all": "Comprimi tutto",
@@ -41016,7 +41117,7 @@ const it = {
41016
41117
  "Filter history…": "Filtra cronologia…",
41017
41118
  "Download history as a HAR file": "Scarica la cronologia come file HAR",
41018
41119
  "Clear all history": "Cancella tutta la cronologia",
41019
- "No history yet. Send a request to start recording.": "Ancora nessuna cronologia. Invia una richiesta per iniziare a registrare.",
41120
+ "No history yet. Send a request to start recording.": "Ancora nessuna cronologia. Invia una request per iniziare a registrare.",
41020
41121
  "No matches.": "Nessuna corrispondenza.",
41021
41122
  "env: :name": "env: :name",
41022
41123
  "or paste": "oppure incolla",
@@ -41067,9 +41168,9 @@ const it = {
41067
41168
  empty: empty$3,
41068
41169
  Requests: Requests$2,
41069
41170
  "Server is not running.": "Il server non è in esecuzione.",
41070
- "Start the server to begin capturing requests.": "Avvia il server per iniziare ad acquisire le richieste.",
41071
- "No requests yet.": "Ancora nessuna richiesta.",
41072
- "Waiting for incoming requests…": "In attesa di richieste in arrivo…",
41171
+ "Start the server to begin capturing requests.": "Avvia il server per iniziare ad acquisire le requests.",
41172
+ "No requests yet.": "Ancora nessuna request.",
41173
+ "Waiting for incoming requests…": "In attesa di requests in arrivo…",
41073
41174
  "Matched route": "Route corrispondente",
41074
41175
  Status: Status$2,
41075
41176
  Duration: Duration$2,
@@ -41086,12 +41187,12 @@ const it = {
41086
41187
  "Recording stopped": "Registrazione interrotta",
41087
41188
  "Recording…": "Registrazione…",
41088
41189
  "(new mock server)": "(nuovo server mock)",
41089
- "Requests:": "Richieste:",
41190
+ "Requests:": "Requests:",
41090
41191
  "Errors:": "Errori:",
41091
41192
  "Avg:": "Media:",
41092
- "Waiting for requests…": "In attesa di richieste…",
41193
+ "Waiting for requests…": "In attesa di requests…",
41093
41194
  "Point your app at": "Punta la tua app a",
41094
- "Select a request to inspect": "Seleziona una richiesta da ispezionare",
41195
+ "Select a request to inspect": "Seleziona una request da ispezionare",
41095
41196
  "[binary content - base64 encoded]": "[contenuto binario - codificato in base64]",
41096
41197
  "Binary response - body stored as base64": "Risposta binaria - body memorizzato come base64",
41097
41198
  none: none$3,
@@ -41134,10 +41235,10 @@ const it = {
41134
41235
  "Re-measure to see the coverage rise.": "Rimisura per vedere aumentare la copertura.",
41135
41236
  codes: codes$2,
41136
41237
  "no negative": "nessun negativo",
41137
- "Pre-request": "Pre-richiesta",
41238
+ "Pre-request": "Pre-request",
41138
41239
  "Post-response": "Post-risposta",
41139
41240
  "GQL Introspect": "Introspezione GQL",
41140
- "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Viene eseguito prima che la richiesta venga inviata. Usa sp.variables.set() per generare dati dinamici.",
41241
+ "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Viene eseguito prima che la request venga inviata. Usa sp.variables.set() per generare dati dinamici.",
41141
41242
  "Runs after the response is received. Use sp.test() to assert and sp.environment.set() to extract values.": "Viene eseguito dopo che la risposta è stata ricevuta. Usa sp.test() per asserire e sp.environment.set() per estrarre valori.",
41142
41243
  "Runs before GraphQL schema introspection. Use sp.environment.set() or sp.collectionVariables.set() to inject auth headers or tokens.": "Viene eseguito prima dell'introspezione dello schema GraphQL. Usa sp.environment.set() o sp.collectionVariables.set() per iniettare header di autenticazione o token.",
41143
41244
  "Quick inserts": "Inserimenti rapidi",
@@ -41145,11 +41246,11 @@ const it = {
41145
41246
  "Fuzz: :name": "Fuzz: :name",
41146
41247
  Cases: Cases$2,
41147
41248
  "Spec (optional)": "Spec (facoltativa)",
41148
- "Request body (no spec)": "Body della richiesta (senza spec)",
41249
+ "Request body (no spec)": "Body della request (senza spec)",
41149
41250
  "Fuzzing...": "Fuzzing...",
41150
- ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method invia scritture malformate. Punta questa richiesta a un ambiente di staging o a un mock, non alla produzione.",
41251
+ ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method invia scritture malformate. Punta questa request a un ambiente di staging o a un mock, non alla produzione.",
41151
41252
  "Sending malformed inputs...": "Invio di input malformati...",
41152
- "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Genera varianti malformate di questo body della richiesta e segnala le risposte che vanno in crash (5xx) o accettano input non validi. Scegli una spec fissata per input più ricchi, oppure esegui il fuzzing del body della richiesta così com'è.",
41253
+ "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Genera varianti malformate di questo body della request e segnala le risposte che vanno in crash (5xx) o accettano input non validi. Scegli una spec fissata per input più ricchi, oppure esegui il fuzzing del body della request così com'è.",
41153
41254
  param: param$2,
41154
41255
  "No parameters declared in WSDL.": "Nessun parametro dichiarato nel WSDL.",
41155
41256
  WSDL: WSDL$2,
@@ -41175,19 +41276,14 @@ const it = {
41175
41276
  "Add description": "Aggiungi descrizione",
41176
41277
  "Description…": "Descrizione…",
41177
41278
  "No schema defined. Enter a JSON Schema above.": "Nessuno schema definito. Inserisci un JSON Schema qui sopra.",
41178
- "No response yet. Send the request first, then validate.": "Ancora nessuna risposta. Invia prima la richiesta, poi convalida.",
41279
+ "No response yet. Send the request first, then validate.": "Ancora nessuna risposta. Invia prima la request, poi convalida.",
41179
41280
  "Schema is not valid JSON. Fix the syntax and try again.": "Lo schema non è JSON valido. Correggi la sintassi e riprova.",
41180
41281
  "Response body is not valid JSON and cannot be validated against a schema.": "Il body della risposta non è JSON valido e non può essere convalidato rispetto a uno schema.",
41181
41282
  "Schema compile error: :message": "Errore di compilazione dello schema: :message",
41182
- "Schema — a local scratch check.": "Schema - un controllo locale al volo.",
41183
- "Validate this request's last response against a JSON Schema, right here. It is": "Convalida l'ultima risposta di questa richiesta rispetto a un JSON Schema, proprio qui. È",
41184
- "not saved to the contract and not published": "non salvato nel contratto e non pubblicato",
41185
- "— a dev-time sanity check only. To define what the provider": "- solo un controllo di sanità in fase di sviluppo. Per definire cosa il provider",
41186
41283
  must: must$2,
41187
- "return (which drives contract testing), use the": "restituire (che guida il contract testing), usa la",
41188
41284
  "tab.": "scheda.",
41189
41285
  "JSON Schema (draft-07+)": "JSON Schema (draft-07+)",
41190
- "Copy the body schema from this request's contract": "Copia lo schema del body dal contratto di questa richiesta",
41286
+ "Copy the body schema from this request's contract": "Copia lo schema del body dal contratto di questa request",
41191
41287
  "No contract body schema defined yet": "Ancora nessuno schema del body del contratto definito",
41192
41288
  "Derive from contract": "Deriva dal contratto",
41193
41289
  Validate: Validate$2,
@@ -41196,11 +41292,7 @@ const it = {
41196
41292
  "Valid: response matches the schema.": "Valido: la risposta corrisponde allo schema.",
41197
41293
  "Invalid: :count error|Invalid: :count errors": "Non valido: :count errore|Non valido: :count errori",
41198
41294
  "Contract.": "Contratto.",
41199
- "What this request": "Ciò che questa richiesta",
41200
41295
  expects: expects$2,
41201
- "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the": "dal provider: stato, header e struttura del body (un JSON Schema). Viene verificato rispetto alla risposta nel",
41202
- "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the": "pannello ed è il lato consumer del contract testing (verifica consumer e bidirezionale), alimentando il",
41203
- "gate. For a quick body check that runs on every send, use the": "gate. Per un rapido controllo del body che viene eseguito a ogni invio, usa la",
41204
41296
  Schema: Schema$2,
41205
41297
  "Contract defined - will be verified in Contract panel": "Contratto definito - verrà verificato nel pannello Contratto",
41206
41298
  "No contract defined yet": "Ancora nessun contratto definito",
@@ -41212,7 +41304,7 @@ const it = {
41212
41304
  "Expected value (optional)": "Valore atteso (facoltativo)",
41213
41305
  "Expected Response Body Schema (JSON Schema)": "Schema del body di risposta atteso (JSON Schema)",
41214
41306
  "Generate schema from last response": "Genera schema dall'ultima risposta",
41215
- "Send the request first": "Invia prima la richiesta",
41307
+ "Send the request first": "Invia prima la request",
41216
41308
  "Inferring…": "Deduzione…",
41217
41309
  "⚡ Infer from response": "⚡ Deduci dalla risposta",
41218
41310
  "Applies when the response is a stream (": "Si applica quando la risposta è uno stream (",
@@ -41242,20 +41334,20 @@ const it = {
41242
41334
  Variables: Variables$2,
41243
41335
  "Format JSON variables": "Formatta le variabili JSON",
41244
41336
  "Example:": "Esempio:",
41245
- "HTTP request": "Richiesta HTTP",
41337
+ "HTTP request": "Request HTTP",
41246
41338
  "SOAP - endpoint and method are derived from the WSDL": "SOAP - endpoint e metodo sono derivati dal WSDL",
41247
41339
  "gRPC - proto-defined services over HTTP/2": "gRPC - servizi definiti da proto su HTTP/2",
41248
41340
  VERB: VERB$2,
41249
41341
  "Type any HTTP method": "Digita un qualsiasi metodo HTTP",
41250
41342
  "Custom…": "Personalizzato…",
41251
- "SOAP requests are always POST": "Le richieste SOAP sono sempre POST",
41343
+ "SOAP requests are always POST": "Le requests SOAP sono sempre POST",
41252
41344
  "gRPC target is host:port": "La destinazione gRPC è host:port",
41253
41345
  "Endpoint (auto-filled from WSDL <soap:address>)": "Endpoint (compilato automaticamente da WSDL <soap:address>)",
41254
41346
  "Hooks enabled - click to disable": "Hook abilitati - clicca per disabilitare",
41255
41347
  "Hooks disabled - click to enable": "Hook disabilitati - clicca per abilitare",
41256
41348
  hooks: hooks$2,
41257
41349
  "Send (Cmd/Ctrl+Enter)": "Invia (Cmd/Ctrl+Enter)",
41258
- "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Esegui il fuzzing di questa richiesta con input malformati (apre una finestra di dialogo; niente viene inviato finché non confermi)",
41350
+ "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Esegui il fuzzing di questa request con input malformati (apre una finestra di dialogo; niente viene inviato finché non confermi)",
41259
41351
  fuzz: fuzz$2,
41260
41352
  " (expires in :secs)": " (scade tra :secs)",
41261
41353
  " (EXPIRED)": " (SCADUTO)",
@@ -41278,7 +41370,7 @@ const it = {
41278
41370
  "Get Token": "Ottieni token",
41279
41371
  "Token:": "Token:",
41280
41372
  "Loading editor…": "Caricamento editor…",
41281
- "No request body.": "Nessun body della richiesta.",
41373
+ "No request body.": "Nessun body della request.",
41282
41374
  field: field$2,
41283
41375
  "The response view hit an error": "La vista della risposta ha riscontrato un errore",
41284
41376
  Dismiss: Dismiss$2,
@@ -41287,7 +41379,35 @@ const it = {
41287
41379
  "Update with": "Aggiorna con",
41288
41380
  Copied: Copied$2,
41289
41381
  "Skip this version": "Salta questa versione",
41290
- Later: Later$2
41382
+ Later: Later$2,
41383
+ Level: Level$2,
41384
+ Basic: Basic$2,
41385
+ Standard: Standard$2,
41386
+ Aggressive: Aggressive$2,
41387
+ "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.": "Base: difetti strutturali. Standard: + stringhe limite e naughty. Aggressivo: + probe di injection e manomissione degli header.",
41388
+ "1. Create a collection": "1. Crea una raccolta",
41389
+ "Collections group related requests. Click the + to add your first one.": "Le raccolte raggruppano requests correlate. Fai clic su + per crearne una.",
41390
+ "2. Add an environment": "2. Aggiungi un ambiente",
41391
+ "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.": "Gli ambienti contengono variabili come URL di base e token. Apri qui per crearne uno e alternare.",
41392
+ "3. Add a request": "3. Aggiungi una request",
41393
+ "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.": "Fai clic destro su una raccolta (o apri il suo menu ⋯) e scegli «Nuova request» per iniziare a inviare.",
41394
+ "Step :n of :total": "Passo :n di :total",
41395
+ "Skip tour": "Salta il tour",
41396
+ Next: Next$2,
41397
+ "4. Replay from History": "4. Riproponi dalla cronologia",
41398
+ "Every request you send is recorded here. Click any entry to inspect or replay it.": "Ogni request inviata viene registrata qui. Fai clic su una voce per ispezionarla o riproporla.",
41399
+ "5. Contract testing and fuzzing": "5. Test dei contratti e fuzzing",
41400
+ "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.": "Valida le risposte rispetto a un contratto OpenAPI oppure esegui il fuzzing della tua API per individuare crash e violazioni della spec.",
41401
+ "6. Mock servers": "6. Server mock",
41402
+ "Spin up a local mock server from your requests to develop against before the real API is ready.": "Avvia un server mock locale dalle tue requests per sviluppare prima che la vera API sia pronta.",
41403
+ "7. Open from Git": "7. Apri da Git",
41404
+ "Open a workspace straight from a Git repository to share collections with your team.": "Apri un workspace direttamente da un repository Git per condividere le raccolte con il tuo team.",
41405
+ "Product tour": "Tour del prodotto",
41406
+ "Restart tour": "Riavvia il tour",
41407
+ "Replay the guided walkthrough of collections, environments and requests.": "Riproduci la panoramica guidata di raccolte, ambienti e requests.",
41408
+ "Schema: a local scratch check.": "Schema: un controllo locale rapido.",
41409
+ "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.": "Valida l'ultima risposta di questo request qui stesso rispetto a un JSON Schema. **Non viene salvata nel contract né pubblicata**. Solo un controllo di validità in fase di sviluppo. Per definire ciò che il provider *deve* restituire (ciò che guida i test di contract), usa la scheda **Contract**.",
41410
+ "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab.": "Ciò che questo request *si aspetta* dal provider: stato, header e forma del body (un JSON Schema). Viene verificato rispetto alla risposta nel pannello **Contract** ed è il lato consumer dei test di contract (verifica consumer e bidirezionale), che alimenta la gate `deploy-check`. Per un controllo rapido del body a ogni invio, usa la scheda **Schema**."
41291
41411
  };
41292
41412
  const Collections$1 = "Collecties";
41293
41413
  const History$1 = "Geschiedenis";
@@ -41333,7 +41453,7 @@ const Consumer$1 = "Consumer";
41333
41453
  const Provider$1 = "Provider";
41334
41454
  const Version$1 = "Versie";
41335
41455
  const Delete$1 = "Verwijderen";
41336
- const Request$1 = "Verzoek";
41456
+ const Request$1 = "Request";
41337
41457
  const Body$1 = "Body";
41338
41458
  const ERR$1 = "ERR";
41339
41459
  const finding$1 = "bevinding";
@@ -41408,7 +41528,7 @@ const Click$1 = "Klik";
41408
41528
  const General$1 = "Algemeen";
41409
41529
  const Appearance$1 = "Weergave";
41410
41530
  const Privacy$1 = "Privacy";
41411
- const Secrets$1 = "Geheimen";
41531
+ const Secrets$1 = "Secrets";
41412
41532
  const Cloud$1 = "Cloud";
41413
41533
  const Theme$1 = "Thema";
41414
41534
  const Username$1 = "Gebruikersnaam";
@@ -41436,7 +41556,7 @@ const Enable$1 = "Inschakelen";
41436
41556
  const Disable$1 = "Uitschakelen";
41437
41557
  const Example$1 = "Voorbeeld";
41438
41558
  const Open$1 = "Openen";
41439
- const request$1 = "verzoek";
41559
+ const request$1 = "request";
41440
41560
  const folder$1 = "map";
41441
41561
  const collection$1 = "collectie";
41442
41562
  const changed$1 = "gewijzigd";
@@ -41449,7 +41569,7 @@ const script$1 = "script";
41449
41569
  const active$1 = "actief";
41450
41570
  const Access$1 = "Toegang";
41451
41571
  const empty$2 = "leeg";
41452
- const Requests$1 = "Verzoeken";
41572
+ const Requests$1 = "Requests";
41453
41573
  const Status$1 = "Status";
41454
41574
  const Duration$1 = "Duur";
41455
41575
  const Time$1 = "Tijd";
@@ -41482,6 +41602,11 @@ const field$1 = "veld";
41482
41602
  const Dismiss$1 = "Sluiten";
41483
41603
  const Copied$1 = "Gekopieerd";
41484
41604
  const Later$1 = "Later";
41605
+ const Level$1 = "Niveau";
41606
+ const Basic$1 = "Basis";
41607
+ const Standard$1 = "Standaard";
41608
+ const Aggressive$1 = "Agressief";
41609
+ const Next$1 = "Volgende";
41485
41610
  const nl = {
41486
41611
  "Close tab": "Tabblad sluiten",
41487
41612
  Collections: Collections$1,
@@ -41516,7 +41641,7 @@ const nl = {
41516
41641
  "Could not open the repository": "Kan de repository niet openen",
41517
41642
  "New version available (v:latest, you have v:current)": "Nieuwe versie beschikbaar (v:latest, je hebt v:current)",
41518
41643
  by: by$1,
41519
- "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Local-first API-testen met codegeneratie voor Robot Framework en Playwright. Geheimen blijven op je eigen machine.",
41644
+ "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Local-first API-testen met codegeneratie voor Robot Framework en Playwright. Secrets blijven op je eigen machine.",
41520
41645
  "version :version": "versie :version",
41521
41646
  "Open Workspace": "Werkruimte openen",
41522
41647
  "New Workspace": "Nieuwe werkruimte",
@@ -41525,7 +41650,7 @@ const nl = {
41525
41650
  "Open from Git": "Openen vanuit Git",
41526
41651
  "Recent workspaces": "Recente werkruimtes",
41527
41652
  "A workspace is a": "Een werkruimte is een",
41528
- "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": "bestand. Commit het samen met je collecties naar Git. Geheimen worden opgeslagen in de sleutelhanger van je besturingssysteem, nooit op schijf.",
41653
+ "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": "bestand. Commit het samen met je collecties naar Git. Secrets worden opgeslagen in de sleutelhanger van je besturingssysteem, nooit op schijf.",
41529
41654
  "by Testsmith": "door Testsmith",
41530
41655
  "Import collection (Postman, OpenAPI, Insomnia, Bruno)": "Collectie importeren (Postman, OpenAPI, Insomnia, Bruno)",
41531
41656
  Import: Import$1,
@@ -41559,15 +41684,15 @@ const nl = {
41559
41684
  variable_name: variable_name$1,
41560
41685
  value: value$1,
41561
41686
  "Encrypted · sha256: :hash…": "Versleuteld · sha256: :hash…",
41562
- "Enter secret value to encrypt…": "Voer geheime waarde in om te versleutelen…",
41687
+ "Enter secret value to encrypt…": "Voer secret waarde in om te versleutelen…",
41563
41688
  "✓ Saved": "✓ Opgeslagen",
41564
41689
  Encrypt: Encrypt$1,
41565
41690
  "SHA-256 fingerprint of encrypted value: :hash…": "SHA-256-vingerafdruk van versleutelde waarde: :hash…",
41566
41691
  OS_ENV_VAR_NAME: OS_ENV_VAR_NAME$1,
41567
41692
  "Value read from OS env at send-time. Never stored in project.": "Waarde wordt bij verzenden uit de OS-omgeving gelezen. Wordt nooit in het project opgeslagen.",
41568
41693
  "Optional description…": "Optionele beschrijving…",
41569
- "Plain text - click to switch to encrypted secret": "Platte tekst - klik om over te schakelen naar versleuteld geheim",
41570
- "Encrypted secret - click to switch to env var ref": "Versleuteld geheim - klik om over te schakelen naar env var-verwijzing",
41694
+ "Plain text - click to switch to encrypted secret": "Platte tekst - klik om over te schakelen naar versleuteld secret",
41695
+ "Encrypted secret - click to switch to env var ref": "Versleuteld secret - klik om over te schakelen naar env var-verwijzing",
41571
41696
  "OS env var reference - click to switch to plain text": "OS env var-verwijzing - klik om over te schakelen naar platte tekst",
41572
41697
  abc: abc$1,
41573
41698
  enc: enc$1,
@@ -41585,7 +41710,7 @@ const nl = {
41585
41710
  "+ Create environment": "+ Omgeving aanmaken",
41586
41711
  "Password cannot be empty.": "Wachtwoord mag niet leeg zijn.",
41587
41712
  "Master Password Required": "Hoofdwachtwoord vereist",
41588
- "Secrets are encrypted with AES-256-GCM using a master password. Set": "Geheimen worden versleuteld met AES-256-GCM met behulp van een hoofdwachtwoord. Stel",
41713
+ "Secrets are encrypted with AES-256-GCM using a master password. Set": "Secrets worden versleuteld met AES-256-GCM met behulp van een hoofdwachtwoord. Stel",
41589
41714
  "in your shell profile to persist it across sessions.": "in uw shellprofiel in om het over sessies heen te bewaren.",
41590
41715
  "Master Password": "Hoofdwachtwoord",
41591
41716
  "Enter master password…": "Voer hoofdwachtwoord in…",
@@ -41604,8 +41729,8 @@ const nl = {
41604
41729
  "Type a message… (Ctrl+Enter to send)": "Typ een bericht… (Ctrl+Enter om te verzenden)",
41605
41730
  "Connect first to send messages": "Verbind eerst om berichten te verzenden",
41606
41731
  Send: Send$1,
41607
- "Select a request from the sidebar": "Selecteer een verzoek in de zijbalk",
41608
- ":count requests": ":count verzoeken",
41732
+ "Select a request from the sidebar": "Selecteer een request in de zijbalk",
41733
+ ":count requests": ":count requests",
41609
41734
  ":count data row|:count data rows": ":count datarij|:count datarijen",
41610
41735
  "Measure how much of an OpenAPI spec this workspace tests": "Meet hoeveel van een OpenAPI-spec deze werkruimte test",
41611
41736
  Coverage: Coverage$1,
@@ -41662,9 +41787,9 @@ const nl = {
41662
41787
  "Match a JSON example by type, not exact value (tolerant — recommended)": "Match een JSON-voorbeeld op type, niet op exacte waarde (tolerant - aanbevolen)",
41663
41788
  "+ Add interaction": "+ Interactie toevoegen",
41664
41789
  ERR: ERR$1,
41665
- "▲ Hide sent request": "▲ Verzonden verzoek verbergen",
41666
- "▼ Show sent request": "▼ Verzonden verzoek tonen",
41667
- "Copy the sent request": "Verzonden verzoek kopiëren",
41790
+ "▲ Hide sent request": "▲ Verzonden request verbergen",
41791
+ "▼ Show sent request": "▼ Verzonden request tonen",
41792
+ "Copy the sent request": "Verzonden request kopiëren",
41668
41793
  "Response sample": "Responsvoorbeeld",
41669
41794
  ":count finding|:count findings": ":count bevinding|:count bevindingen",
41670
41795
  ":count cases": ":count gevallen",
@@ -41674,7 +41799,7 @@ const nl = {
41674
41799
  "no response": "geen respons",
41675
41800
  "(empty)": "(leeg)",
41676
41801
  ":count cases sent": ":count gevallen verzonden",
41677
- "Sent request copied to clipboard.": "Verzonden verzoek gekopieerd naar klembord.",
41802
+ "Sent request copied to clipboard.": "Verzonden request gekopieerd naar klembord.",
41678
41803
  "Copy failed.": "Kopiëren mislukt.",
41679
41804
  "✓ No findings": "✓ Geen bevindingen",
41680
41805
  "✗ :count finding|✗ :count findings": "✗ :count bevinding|✗ :count bevindingen",
@@ -41682,15 +41807,15 @@ const nl = {
41682
41807
  ":count case|:count cases": ":count geval|:count gevallen",
41683
41808
  ":count operation|:count operations": ":count operatie|:count operaties",
41684
41809
  spec: spec$1,
41685
- "request body": "verzoekbody",
41810
+ "request body": "request body",
41686
41811
  "seed :seed": "seed :seed",
41687
41812
  "Clear results": "Resultaten wissen",
41688
41813
  Clear: Clear$1,
41689
- ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count verzoek met schrijfmethode overgeslagen (schakel Schrijfmethoden opnemen in).|:count verzoeken met schrijfmethode overgeslagen (schakel Schrijfmethoden opnemen in).",
41690
- ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count verzoek had geen body om te fuzzen.|:count verzoeken hadden geen body om te fuzzen.",
41814
+ ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count request met schrijfmethode overgeslagen (schakel Schrijfmethoden opnemen in).|:count requests met schrijfmethode overgeslagen (schakel Schrijfmethoden opnemen in).",
41815
+ ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count request had geen body om te fuzzen.|:count requests hadden geen body om te fuzzen.",
41691
41816
  ":count operation clean|:count operations clean": ":count operatie schoon|:count operaties schoon",
41692
41817
  "All cases sent": "Alle gevallen verzonden",
41693
- "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Er zijn geen operaties gefuzzt. Controleer of verzoeken een body of een bijbehorende spec-operatie hebben.",
41818
+ "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Er zijn geen operaties gefuzzt. Controleer of requests een body of een bijbehorende spec-operatie hebben.",
41694
41819
  "Published :name@:version — :count contract(s) re-verified": ":name@:version gepubliceerd - :count contract(en) opnieuw geverifieerd",
41695
41820
  "Provide an OpenAPI spec URL or pick a pinned snapshot for provider / bi-directional mode.": "Geef een OpenAPI-spec-URL op of kies een vastgezette snapshot voor provider- / bidirectionele modus.",
41696
41821
  "Provide a provider base URL (e.g. http://localhost:3000) to replay contracts against.": "Geef een provider-basis-URL op (bijv. http://localhost:3000) om contracten tegen af te spelen.",
@@ -41698,16 +41823,16 @@ const nl = {
41698
41823
  "Enter a spec URL before pinning a snapshot.": "Voer een spec-URL in voordat u een snapshot vastzet.",
41699
41824
  "Design a consumer-driven contract up front, with no endpoints, then publish it to the cloud": "Ontwerp vooraf een consumer-driven contract, zonder endpoints, en publiceer het vervolgens naar de cloud",
41700
41825
  "Design a contract (no endpoint needed)": "Ontwerp een contract (geen endpoint nodig)",
41701
- "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Verstuurt verzoeken naar de echte provider en valideert elke respons tegen het contract dat is gedefinieerd op het tabblad Contract. Stel hieronder een basis-URL in om host-loze (design-first) contracten te versturen.",
41702
- "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Statische analyse: valideert of uw verzoeken voldoen aan de door de provider gepubliceerde OpenAPI-spec (geen HTTP-aanroepen).",
41826
+ "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Verstuurt requests naar de echte provider en valideert elke respons tegen het contract dat is gedefinieerd op het tabblad Contract. Stel hieronder een basis-URL in om host-loze (design-first) contracten te versturen.",
41827
+ "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Statische analyse: valideert of uw requests voldoen aan de door de provider gepubliceerde OpenAPI-spec (geen HTTP-aanroepen).",
41703
41828
  "Replays each contract against a running provider, seeding provider states first. The real provider verification.": "Speelt elk contract af tegen een draaiende provider, waarbij eerst provider states worden ingesteld. De echte providerverificatie.",
41704
- "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Verstuurt misvormde invoer die is gegenereerd uit de spec (of, zonder spec, de verzoekbody) en markeert responsen die crashen (5xx) of ongeldige invoer accepteren.",
41829
+ "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Verstuurt misvormde invoer die is gegenereerd uit de spec (of, zonder spec, de request body) en markeert responsen die crashen (5xx) of ongeldige invoer accepteren.",
41705
41830
  "Checks static schema compatibility between consumer contracts and provider spec, then verifies live responses.": "Controleert statische schemacompatibiliteit tussen consumercontracten en providerspec en verifieert vervolgens live responsen.",
41706
41831
  "Provider base URL": "Provider-basis-URL",
41707
41832
  "(optional)": "(optioneel)",
41708
- "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Vereist. Elk gefuzzt verzoek wordt vóór verzending op deze origin gerebased.",
41709
- "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Optioneel. Rebase elk verzoek vóór verzending op deze origin, zodat design-first contracten die alleen een pad bevatten (bijv. /brands) kunnen draaien. Verzoeken met een volledige URL worden ongewijzigd verzonden.",
41710
- "Each request is rebased onto this origin before being replayed against the live provider.": "Elk verzoek wordt op deze origin gerebased voordat het tegen de live provider wordt afgespeeld.",
41833
+ "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Vereist. Elk gefuzzt request wordt vóór verzending op deze origin gerebased.",
41834
+ "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Optioneel. Rebase elk request vóór verzending op deze origin, zodat design-first contracten die alleen een pad bevatten (bijv. /brands) kunnen draaien. Requests met een volledige URL worden ongewijzigd verzonden.",
41835
+ "Each request is rebased onto this origin before being replayed against the live provider.": "Elk request wordt op deze origin gerebased voordat het tegen de live provider wordt afgespeeld.",
41711
41836
  "State handler URL": "State handler-URL",
41712
41837
  "Before each interaction we POST": "Vóór elke interactie sturen we een POST naar",
41713
41838
  "here so the provider can be seeded into a known state (Pact": "hier zodat de provider in een bekende state kan worden gezet (Pact",
@@ -41726,8 +41851,8 @@ const nl = {
41726
41851
  "version (git SHA)": "versie (git SHA)",
41727
41852
  "Publish this OpenAPI spec to the broker; consumers' pacts are re-verified against it": "Publiceer deze OpenAPI-spec naar de broker; de pacts van consumers worden er opnieuw tegen geverifieerd",
41728
41853
  Publish: Publish$1,
41729
- "Request base URL": "Basis-URL voor verzoek",
41730
- "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Als uw verzoeken naar een andere host wijzen dan de spec, voer die host hier in zodat paden correct overeenkomen.",
41854
+ "Request base URL": "Basis-URL voor request",
41855
+ "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Als uw requests naar een andere host wijzen dan de spec, voer die host hier in zodat paden correct overeenkomen.",
41731
41856
  "Cases per operation": "Gevallen per operatie",
41732
41857
  Seed: Seed$1,
41733
41858
  "Include write methods (POST/PUT/PATCH/DELETE)": "Schrijfmethoden opnemen (POST/PUT/PATCH/DELETE)",
@@ -41735,15 +41860,15 @@ const nl = {
41735
41860
  "Strict status": "Strikte status",
41736
41861
  "Check response schemas": "Responsschema's controleren",
41737
41862
  "Record all cases": "Alle gevallen vastleggen",
41738
- ":count request|:count requests": ":count verzoek|:count verzoeken",
41863
+ ":count request|:count requests": ":count request|:count requests",
41739
41864
  ":count contract defined|:count contracts defined": ":count contract gedefinieerd|:count contracten gedefinieerd",
41740
41865
  "Running…": "Bezig met uitvoeren…",
41741
41866
  "Run fuzz": "Fuzz uitvoeren",
41742
41867
  Run: Run$1,
41743
41868
  "Configure fuzzing above and click Run fuzz.": "Configureer fuzzing hierboven en klik op Fuzz uitvoeren.",
41744
- "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "Fuzzing heeft een provider-basis-URL nodig. Een spec is optioneel: zonder spec worden verzoekbody's gemuteerd.",
41869
+ "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "Fuzzing heeft een provider-basis-URL nodig. Een spec is optioneel: zonder spec worden request body's gemuteerd.",
41745
41870
  "Configure a mode above and click Run.": "Configureer een modus hierboven en klik op Uitvoeren.",
41746
- "Define a contract on a request via the Contract tab first.": "Definieer eerst een contract op een verzoek via het tabblad Contract.",
41871
+ "Define a contract on a request via the Contract tab first.": "Definieer eerst een contract op een request via het tabblad Contract.",
41747
41872
  "✓ All passed": "✓ Alles geslaagd",
41748
41873
  "✗ :count failed": "✗ :count mislukt",
41749
41874
  expected: expected$1,
@@ -41829,7 +41954,7 @@ const nl = {
41829
41954
  Platform: Platform$1,
41830
41955
  "Detected from remote: :platform": "Gedetecteerd via remote: :platform",
41831
41956
  Environment: Environment$1,
41832
- ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count geheime variabele wordt toegewezen aan CI-secrets|:count geheime variabelen worden toegewezen aan CI-secrets",
41957
+ ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count secret variabele wordt toegewezen aan CI-secrets|:count secret variabelen worden toegewezen aan CI-secrets",
41833
41958
  "Tags (optional)": "Tags (optioneel)",
41834
41959
  "e.g. smoke, regression": "bijv. smoke, regressie",
41835
41960
  "Write :path": ":path schrijven",
@@ -41847,7 +41972,7 @@ const nl = {
41847
41972
  Method: Method$1,
41848
41973
  " (stream)": " (stream)",
41849
41974
  Plaintext: Plaintext$1,
41850
- "Request message (JSON)": "Verzoekbericht (JSON)",
41975
+ "Request message (JSON)": "Request-bericht (JSON)",
41851
41976
  "Metadata (one ": "Metadata (één ",
41852
41977
  " per line)": " per regel)",
41853
41978
  Invoke: Invoke$1,
@@ -41876,13 +42001,13 @@ const nl = {
41876
42001
  ":count passed": ":count geslaagd",
41877
42002
  ":count failed": ":count mislukt",
41878
42003
  ":count errors": ":count fouten",
41879
- "Requests with no assertions to verify": "Verzoeken zonder assertions om te verifiëren",
42004
+ "Requests with no assertions to verify": "Requests zonder assertions om te verifiëren",
41880
42005
  ":count no tests": ":count geen tests",
41881
42006
  ":count total": ":count totaal",
41882
42007
  "Export results": "Resultaten exporteren",
41883
42008
  "Load this response into the viewer": "Deze respons in de viewer laden",
41884
42009
  load: load$1,
41885
- "Send this request again": "Dit verzoek opnieuw verzenden",
42010
+ "Send this request again": "Dit request opnieuw verzenden",
41886
42011
  resend: resend$1,
41887
42012
  Response: Response$1,
41888
42013
  "✓ Contract saved": "✓ Contract opgeslagen",
@@ -41893,7 +42018,7 @@ const nl = {
41893
42018
  Tests: Tests$1,
41894
42019
  Console: Console$1,
41895
42020
  HTTP: HTTP$1,
41896
- "No past responses for this request yet. Each send is recorded here.": "Nog geen eerdere responsen voor dit verzoek. Elke verzending wordt hier vastgelegd.",
42021
+ "No past responses for this request yet. Each send is recorded here.": "Nog geen eerdere responsen voor dit request. Elke verzending wordt hier vastgelegd.",
41897
42022
  "Interactive tree view - click values to add assertions": "Interactieve boomweergave - klik op waarden om assertions toe te voegen",
41898
42023
  Tree: Tree$1,
41899
42024
  "Raw body view": "Ruwe body-weergave",
@@ -41907,7 +42032,7 @@ const nl = {
41907
42032
  Contract: Contract$1,
41908
42033
  "Save this response as a mock route": "Deze respons opslaan als mock-route",
41909
42034
  Mock: Mock$1,
41910
- "Request failed": "Verzoek mislukt",
42035
+ "Request failed": "Request mislukt",
41911
42036
  "Right-click to create an environment variable": "Klik met de rechtermuisknop om een omgevingsvariabele aan te maken",
41912
42037
  "Conforms to HTTP semantics": "Voldoet aan HTTP-semantiek",
41913
42038
  "No violations of the HTTP specification (RFC 9110/9111) in this response. This check is automatic and needs no test or spec.": "Geen schendingen van de HTTP-specificatie (RFC 9110/9111) in deze respons. Deze controle is automatisch en vereist geen test of spec.",
@@ -41928,7 +42053,7 @@ const nl = {
41928
42053
  vs: vs$1,
41929
42054
  Current: Current$1,
41930
42055
  "No differences found": "Geen verschillen gevonden",
41931
- "Send a request to see what was transmitted.": "Verstuur een verzoek om te zien wat er is verzonden.",
42056
+ "Send a request to see what was transmitted.": "Verstuur een request om te zien wat er is verzonden.",
41932
42057
  "No headers sent": "Geen headers verzonden",
41933
42058
  "Save as mock route": "Opslaan als mock-route",
41934
42059
  "Mock server": "Mock-server",
@@ -41952,7 +42077,7 @@ const nl = {
41952
42077
  "Waiting for the first event…": "Wachten op het eerste event…",
41953
42078
  "No events received.": "Geen events ontvangen.",
41954
42079
  "showing the last :max of :total events": "laatste :max van :total events worden getoond",
41955
- "Time since request start": "Tijd sinds start verzoek",
42080
+ "Time since request start": "Tijd sinds start request",
41956
42081
  "Could not parse body: :error": "Kon body niet parsen: :error",
41957
42082
  "Up one level": "Eén niveau omhoog",
41958
42083
  "↑ up": "↑ omhoog",
@@ -42015,7 +42140,7 @@ const nl = {
42015
42140
  "Workspace Settings": "Werkruimte-instellingen",
42016
42141
  "Default environment": "Standaardomgeving",
42017
42142
  "CLI runs without --environment use this environment, and the app selects it when no environment is active.": "CLI-uitvoeringen zonder --environment gebruiken deze omgeving, en de app selecteert deze wanneer er geen omgeving actief is.",
42018
- "Persist request history": "Verzoekgeschiedenis bewaren",
42143
+ "Persist request history": "Request-geschiedenis bewaren",
42019
42144
  "Save history to history.json in the workspace folder so it survives restarts. The file is gitignored. Off by default; history stays in memory otherwise.": "Sla de geschiedenis op in history.json in de werkruimtemap zodat deze herstarts overleeft. Het bestand staat in gitignore. Standaard uit; anders blijft de geschiedenis in het geheugen.",
42020
42145
  Theme: Theme$1,
42021
42146
  "⊙ Auto": "⊙ Automatisch",
@@ -42028,7 +42153,7 @@ const nl = {
42028
42153
  Username: Username$1,
42029
42154
  Password: Password$1,
42030
42155
  "Enable API Spector Cloud": "API Spector Cloud inschakelen",
42031
- 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Push mocks en monitors naar een gehoste instantie. Wanneer ingeschakeld verschijnen "Push naar cloud"-acties op mocks en verzoeken.',
42156
+ 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Push mocks en monitors naar een gehoste instantie. Wanneer ingeschakeld verschijnen "Push naar cloud"-acties op mocks en requests.',
42032
42157
  "API token": "API-token",
42033
42158
  "•••••••• (saved — type to replace)": "•••••••• (opgeslagen - typ om te vervangen)",
42034
42159
  "Paste a token from the cloud dashboard": "Plak een token uit het cloud-dashboard",
@@ -42044,7 +42169,7 @@ const nl = {
42044
42169
  "Add pattern…": "Patroon toevoegen…",
42045
42170
  Add: Add$1,
42046
42171
  "Reference secrets from an external manager instead of storing them. Put a reference like": "Verwijs naar secrets uit een externe manager in plaats van ze op te slaan. Plaats een verwijzing zoals",
42047
- "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "in een omgevingsvariabele of een auth-veld; deze wordt bij verzenden opgelost en nooit naar de werkruimte geschreven. Deze verbindingsconfiguratie is niet-geheim - tokens en secret-id's komen uit uw omgeving (of de Vault-aanmelding hieronder).",
42172
+ "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "in een omgevingsvariabele of een auth-veld; deze wordt bij verzenden opgelost en nooit naar de werkruimte geschreven. Deze verbindingsconfiguratie is niet-secret - tokens en secret-id's komen uit uw omgeving (of de Vault-aanmelding hieronder).",
42048
42173
  "Address (VAULT_ADDR)": "Adres (VAULT_ADDR)",
42049
42174
  Namespace: Namespace$1,
42050
42175
  "(Enterprise)": "(Enterprise)",
@@ -42073,7 +42198,7 @@ const nl = {
42073
42198
  "Bearer token": "Bearer token",
42074
42199
  "Basic Auth": "Basic Auth",
42075
42200
  "Digest Auth": "Digest Auth",
42076
- "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest gebruikt een MD5 challenge-response met twee rondes. Gebruikersnaam/wachtwoord worden met het eerste verzoek meegestuurd om de challenge te onderhandelen.",
42201
+ "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "Digest gebruikt een MD5 challenge-response met twee rondes. Gebruikersnaam/wachtwoord worden met het eerste request meegestuurd om de challenge te onderhandelen.",
42077
42202
  'Stored as ":ref"': 'Opgeslagen als ":ref"',
42078
42203
  Domain: Domain$1,
42079
42204
  Workstation: Workstation$1,
@@ -42087,14 +42212,14 @@ const nl = {
42087
42212
  "- supports :variables": "- ondersteunt :variables",
42088
42213
  "password or API token": "wachtwoord of API-token",
42089
42214
  "Store password in OS keychain instead": "Wachtwoord in plaats daarvan opslaan in OS-keychain",
42090
- "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Versleutel het wachtwoord in uw OS-keychain in plaats van het bij het verzoek op te slaan. Laat het wachtwoordveld hierboven leeg om de keychain-waarde te gebruiken.",
42215
+ "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Versleutel het wachtwoord in uw OS-keychain in plaats van het bij het request op te slaan. Laat het wachtwoordveld hierboven leeg om de keychain-waarde te gebruiken.",
42091
42216
  "Keychain key": "Keychain-sleutel",
42092
42217
  "{{token}} or paste a raw token": "{{token}} of plak een ruw token",
42093
42218
  "Store in OS keychain instead": "In plaats daarvan opslaan in OS-keychain",
42094
42219
  "Paste a raw token here to encrypt it in your OS keychain. Useful for static long-lived API tokens. Leave the value field above empty to use the keychain.": "Plak hier een ruw token om het te versleutelen in uw OS-keychain. Handig voor statische, langlevende API-tokens. Laat het waardeveld hierboven leeg om de keychain te gebruiken.",
42095
42220
  "Paste token": "Token plakken",
42096
42221
  ":name env": ":name-omgeving",
42097
- "Imported request": "Geïmporteerd verzoek",
42222
+ "Imported request": "Geïmporteerd request",
42098
42223
  "Pick at least one endpoint": "Kies ten minste één endpoint",
42099
42224
  "Variable name is required when extracting base URL": "Variabelenaam is vereist bij het extraheren van de basis-URL",
42100
42225
  "Target collection not found": "Doelcollectie niet gevonden",
@@ -42105,7 +42230,7 @@ const nl = {
42105
42230
  "Create new collection…": "Nieuwe collectie aanmaken…",
42106
42231
  "Collection name": "Naam collectie",
42107
42232
  "Base URL → variable": "Basis-URL → variabele",
42108
- "Leave the URL field empty to keep absolute URLs in each request.": "Laat het URL-veld leeg om absolute URL's in elk verzoek te behouden.",
42233
+ "Leave the URL field empty to keep absolute URLs in each request.": "Laat het URL-veld leeg om absolute URL's in elk request te behouden.",
42109
42234
  "Create new environment…": "Nieuwe omgeving aanmaken…",
42110
42235
  "Endpoints (:chosen / :total)": "Endpoints (:chosen / :total)",
42111
42236
  "Select all": "Alles selecteren",
@@ -42123,7 +42248,7 @@ const nl = {
42123
42248
  "Generate API Documentation": "API-documentatie genereren",
42124
42249
  "Collections to include": "Op te nemen collecties",
42125
42250
  "No collections loaded.": "Geen collecties geladen.",
42126
- "(:count request)|(:count requests)": "(:count verzoek)|(:count verzoeken)",
42251
+ "(:count request)|(:count requests)": "(:count request)|(:count requests)",
42127
42252
  Format: Format$1,
42128
42253
  "Markdown (.md)": "Markdown (.md)",
42129
42254
  "HTML (.html)": "HTML (.html)",
@@ -42142,18 +42267,18 @@ const nl = {
42142
42267
  "Provider spec (OpenAPI)": "Provider-spec (OpenAPI)",
42143
42268
  "(git sha / build)": "(git sha / build)",
42144
42269
  Interactions: Interactions$1,
42145
- "(requests with a contract)": "(verzoeken met een contract)",
42146
- "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Nog geen verzoeken hier hebben een contract. Voeg eerst een verwachte status/schema toe op het tabblad Contract van een verzoek.",
42270
+ "(requests with a contract)": "(requests met een contract)",
42271
+ "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Nog geen requests hier hebben een contract. Voeg eerst een verwachte status/schema toe op het tabblad Contract van een request.",
42147
42272
  "Publishes a pinned OpenAPI spec as the provider contract. Consumer pacts are then verified against it without running the provider.": "Publiceert een vastgezette OpenAPI-spec als het providercontract. Consumer pacts worden er vervolgens tegen geverifieerd zonder de provider te draaien.",
42148
42273
  "Provider (pacticipant)": "Provider (pacticipant)",
42149
42274
  "Spec snapshot": "Spec-snapshot",
42150
42275
  "View matrix ↗": "Matrix bekijken ↗",
42151
42276
  Done: Done$1,
42152
42277
  'Pushed ":name" as monitor #:id to the cloud': '":name" als monitor #:id naar de cloud gepusht',
42153
- "Select request (or Cmd/Ctrl+click the row)": "Selecteer verzoek (of Cmd/Ctrl+klik op de rij)",
42278
+ "Select request (or Cmd/Ctrl+click the row)": "Selecteer request (of Cmd/Ctrl+klik op de rij)",
42154
42279
  "Hide examples": "Voorbeelden verbergen",
42155
42280
  "Show :count example(s)": ":count voorbeeld(en) tonen",
42156
- "SOAP request": "SOAP-verzoek",
42281
+ "SOAP request": "SOAP-request",
42157
42282
  WebSocket: WebSocket$1,
42158
42283
  "Auth: :name": "Auth: :name",
42159
42284
  Rename: Rename$1,
@@ -42168,8 +42293,8 @@ const nl = {
42168
42293
  Example: Example$1,
42169
42294
  Open: Open$1,
42170
42295
  "Folder settings": "Mapinstellingen",
42171
- ":name - auth, headers and variables inherited by all requests in this folder": ":name - auth, headers en variabelen worden overgenomen door alle verzoeken in deze map",
42172
- "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "Hier geconfigureerde auth wordt overgenomen door alle verzoeken in deze map, tenzij het verzoek dit overschrijft met zijn eigen auth-type dat niet 'none' is.",
42296
+ ":name - auth, headers and variables inherited by all requests in this folder": ":name - auth, headers en variabelen worden overgenomen door alle requests in deze map",
42297
+ "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "Hier geconfigureerde auth wordt overgenomen door alle requests in deze map, tenzij het request dit overschrijft met zijn eigen auth-type dat niet 'none' is.",
42173
42298
  "Header-Name": "Header-Naam",
42174
42299
  "Variables scoped to this folder. They override collection variables and are overridden by an inner folder, the active environment, and script-set values. Reference them anywhere with :token.": "Variabelen met bereik binnen deze map. Ze overschrijven collectievariabelen en worden overschreven door een binnenliggende map, de actieve omgeving en via scripts ingestelde waarden. Verwijs er overal naar met :token.",
42175
42300
  request: request$1,
@@ -42177,44 +42302,44 @@ const nl = {
42177
42302
  collection: collection$1,
42178
42303
  "Sync schemas - :name": "Schema's synchroniseren - :name",
42179
42304
  ":count operations in spec": ":count operaties in spec",
42180
- ":count matched to existing requests": ":count gematcht met bestaande verzoeken",
42305
+ ":count matched to existing requests": ":count gematcht met bestaande requests",
42181
42306
  ":count changed": ":count gewijzigd",
42182
42307
  ":count unchanged": ":count ongewijzigd",
42183
42308
  "Select schemas to update (:count)": "Selecteer bij te werken schema's (:count)",
42184
42309
  "Select changed": "Gewijzigde selecteren",
42185
- "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Geen operaties uit de spec kwamen overeen met een verzoek in deze collectie. Matchen gebruikt HTTP-methode + URL-pad.",
42310
+ "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Geen operaties uit de spec kwamen overeen met een request in deze collectie. Matchen gebruikt HTTP-methode + URL-pad.",
42186
42311
  changed: changed$1,
42187
42312
  "up to date": "up-to-date",
42188
- ":count operations not matched (no request with matching method + path)": ":count operaties niet gematcht (geen verzoek met overeenkomende methode + pad)",
42313
+ ":count operations not matched (no request with matching method + path)": ":count operaties niet gematcht (geen request met overeenkomende methode + pad)",
42189
42314
  "Updating…": "Bijwerken…",
42190
42315
  "Update :count schema|Update :count schemas": ":count schema bijwerken|:count schema's bijwerken",
42191
42316
  "Sync schemas from OpenAPI": "Schema's synchroniseren vanuit OpenAPI",
42192
- "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Laad een OpenAPI-spec om responsschema's op bestaande verzoeken bij te werken. Matchen gebruikt HTTP-methode + URL-pad. Alleen schema's worden aangepast - URL's, params, headers, auth en scripts blijven behouden.",
42317
+ "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Laad een OpenAPI-spec om responsschema's op bestaande requests bij te werken. Matchen gebruikt HTTP-methode + URL-pad. Alleen schema's worden aangepast - URL's, params, headers, auth en scripts blijven behouden.",
42193
42318
  "Choose file…": "Bestand kiezen…",
42194
42319
  "Or load from URL": "Of laad vanaf URL",
42195
42320
  "Collection settings": "Collectie-instellingen",
42196
- ":name - auth and headers inherited by all requests in this collection": ":name - auth en headers worden overgenomen door alle verzoeken in deze collectie",
42197
- "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "Hier geconfigureerde auth wordt overgenomen door alle verzoeken in deze collectie, tenzij een map of verzoek dit overschrijft met zijn eigen auth-type dat niet 'none' is.",
42198
- "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "TLS-instellingen overschrijven de configuratie op werkruimteniveau voor elk verzoek in deze collectie. Laat alle paden leeg om over te nemen van de werkruimte.",
42321
+ ":name - auth and headers inherited by all requests in this collection": ":name - auth en headers worden overgenomen door alle requests in deze collectie",
42322
+ "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "Hier geconfigureerde auth wordt overgenomen door alle requests in deze collectie, tenzij een map of request dit overschrijft met zijn eigen auth-type dat niet 'none' is.",
42323
+ "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "TLS-instellingen overschrijven de configuratie op werkruimteniveau voor elk request in deze collectie. Laat alle paden leeg om over te nemen van de werkruimte.",
42199
42324
  "/path/to/ca.crt (leave empty to inherit)": "/pad/naar/ca.crt (laat leeg om over te nemen)",
42200
42325
  "/path/to/client.crt (leave empty to inherit)": "/pad/naar/client.crt (laat leeg om over te nemen)",
42201
42326
  "/path/to/client.key (leave empty to inherit)": "/pad/naar/client.key (laat leeg om over te nemen)",
42202
42327
  "tag…": "tag…",
42203
- "Search requests…": "Verzoeken zoeken…",
42328
+ "Search requests…": "Requests zoeken…",
42204
42329
  "Clear (Esc)": "Wissen (Esc)",
42205
- "No requests match “:query”.": "Geen verzoeken komen overeen met “:query”.",
42330
+ "No requests match “:query”.": "Geen requests komen overeen met “:query”.",
42206
42331
  ":count match|:count matches": ":count overeenkomst|:count overeenkomsten",
42207
42332
  'Delete collection ":name"?': 'Collectie ":name" verwijderen?',
42208
- "Delete this folder and all its requests?": "Deze map en alle verzoeken erin verwijderen?",
42333
+ "Delete this folder and all its requests?": "Deze map en alle requests erin verwijderen?",
42209
42334
  "No collections yet.": "Nog geen collecties.",
42210
42335
  "+ New collection": "+ Nieuwe collectie",
42211
42336
  "or import from Postman / OpenAPI above.": "of importeer hierboven vanuit Postman / OpenAPI.",
42212
42337
  ":count selected": ":count geselecteerd",
42213
- "Enable selected requests": "Geselecteerde verzoeken inschakelen",
42214
- "Disable selected requests": "Geselecteerde verzoeken uitschakelen",
42215
- "Delete :count request?|Delete :count requests?": ":count verzoek verwijderen?|:count verzoeken verwijderen?",
42338
+ "Enable selected requests": "Geselecteerde requests inschakelen",
42339
+ "Disable selected requests": "Geselecteerde requests uitschakelen",
42340
+ "Delete :count request?|Delete :count requests?": ":count request verwijderen?|:count requests verwijderen?",
42216
42341
  "Clear selection": "Selectie wissen",
42217
- "Add request": "Verzoek toevoegen",
42342
+ "Add request": "Request toevoegen",
42218
42343
  "Add folder": "Map toevoegen",
42219
42344
  "Expand all": "Alles uitklappen",
42220
42345
  "Collapse all": "Alles inklappen",
@@ -42230,7 +42355,7 @@ const nl = {
42230
42355
  "Filter history…": "Geschiedenis filteren…",
42231
42356
  "Download history as a HAR file": "Geschiedenis downloaden als HAR-bestand",
42232
42357
  "Clear all history": "Alle geschiedenis wissen",
42233
- "No history yet. Send a request to start recording.": "Nog geen geschiedenis. Verstuur een verzoek om te beginnen met vastleggen.",
42358
+ "No history yet. Send a request to start recording.": "Nog geen geschiedenis. Verstuur een request om te beginnen met vastleggen.",
42234
42359
  "No matches.": "Geen overeenkomsten.",
42235
42360
  "env: :name": "omgeving: :name",
42236
42361
  "or paste": "of plak",
@@ -42281,9 +42406,9 @@ const nl = {
42281
42406
  empty: empty$2,
42282
42407
  Requests: Requests$1,
42283
42408
  "Server is not running.": "Server draait niet.",
42284
- "Start the server to begin capturing requests.": "Start de server om verzoeken vast te leggen.",
42285
- "No requests yet.": "Nog geen verzoeken.",
42286
- "Waiting for incoming requests…": "Wachten op binnenkomende verzoeken…",
42409
+ "Start the server to begin capturing requests.": "Start de server om requests vast te leggen.",
42410
+ "No requests yet.": "Nog geen requests.",
42411
+ "Waiting for incoming requests…": "Wachten op binnenkomende requests…",
42287
42412
  "Matched route": "Overeenkomende route",
42288
42413
  Status: Status$1,
42289
42414
  Duration: Duration$1,
@@ -42300,12 +42425,12 @@ const nl = {
42300
42425
  "Recording stopped": "Opname gestopt",
42301
42426
  "Recording…": "Opnemen…",
42302
42427
  "(new mock server)": "(nieuwe mock-server)",
42303
- "Requests:": "Verzoeken:",
42428
+ "Requests:": "Requests:",
42304
42429
  "Errors:": "Fouten:",
42305
42430
  "Avg:": "Gem.:",
42306
- "Waiting for requests…": "Wachten op verzoeken…",
42431
+ "Waiting for requests…": "Wachten op requests…",
42307
42432
  "Point your app at": "Wijs uw app naar",
42308
- "Select a request to inspect": "Selecteer een verzoek om te inspecteren",
42433
+ "Select a request to inspect": "Selecteer een request om te inspecteren",
42309
42434
  "[binary content - base64 encoded]": "[binaire inhoud - base64-gecodeerd]",
42310
42435
  "Binary response - body stored as base64": "Binaire respons - body opgeslagen als base64",
42311
42436
  none: none$2,
@@ -42351,7 +42476,7 @@ const nl = {
42351
42476
  "Pre-request": "Pre-request",
42352
42477
  "Post-response": "Post-response",
42353
42478
  "GQL Introspect": "GQL Introspect",
42354
- "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Wordt uitgevoerd voordat het verzoek wordt verzonden. Gebruik sp.variables.set() om dynamische data te genereren.",
42479
+ "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Wordt uitgevoerd voordat het request wordt verzonden. Gebruik sp.variables.set() om dynamische data te genereren.",
42355
42480
  "Runs after the response is received. Use sp.test() to assert and sp.environment.set() to extract values.": "Wordt uitgevoerd nadat de respons is ontvangen. Gebruik sp.test() om te asserteren en sp.environment.set() om waarden te extraheren.",
42356
42481
  "Runs before GraphQL schema introspection. Use sp.environment.set() or sp.collectionVariables.set() to inject auth headers or tokens.": "Wordt uitgevoerd vóór GraphQL-schema-introspectie. Gebruik sp.environment.set() of sp.collectionVariables.set() om auth-headers of tokens te injecteren.",
42357
42482
  "Quick inserts": "Snelle invoegingen",
@@ -42359,11 +42484,11 @@ const nl = {
42359
42484
  "Fuzz: :name": "Fuzz: :name",
42360
42485
  Cases: Cases$1,
42361
42486
  "Spec (optional)": "Spec (optioneel)",
42362
- "Request body (no spec)": "Verzoekbody (geen spec)",
42487
+ "Request body (no spec)": "Request body (geen spec)",
42363
42488
  "Fuzzing...": "Fuzzen...",
42364
- ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method stuurt misvormde schrijfacties. Richt dit verzoek op een staging-omgeving of een mock, niet op productie.",
42489
+ ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method stuurt misvormde schrijfacties. Richt dit request op een staging-omgeving of een mock, niet op productie.",
42365
42490
  "Sending malformed inputs...": "Misvormde invoer verzenden...",
42366
- "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Genereert misvormde varianten van deze verzoekbody en markeert responsen die crashen (5xx) of ongeldige invoer accepteren. Kies een vastgezette spec voor rijkere invoer, of fuzz de verzoekbody ongewijzigd.",
42491
+ "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Genereert misvormde varianten van deze request body en markeert responsen die crashen (5xx) of ongeldige invoer accepteren. Kies een vastgezette spec voor rijkere invoer, of fuzz de request body ongewijzigd.",
42367
42492
  param: param$1,
42368
42493
  "No parameters declared in WSDL.": "Geen parameters gedeclareerd in WSDL.",
42369
42494
  WSDL: WSDL$1,
@@ -42389,19 +42514,14 @@ const nl = {
42389
42514
  "Add description": "Beschrijving toevoegen",
42390
42515
  "Description…": "Beschrijving…",
42391
42516
  "No schema defined. Enter a JSON Schema above.": "Geen schema gedefinieerd. Voer hierboven een JSON Schema in.",
42392
- "No response yet. Send the request first, then validate.": "Nog geen respons. Verstuur eerst het verzoek en valideer daarna.",
42517
+ "No response yet. Send the request first, then validate.": "Nog geen respons. Verstuur eerst het request en valideer daarna.",
42393
42518
  "Schema is not valid JSON. Fix the syntax and try again.": "Schema is geen geldige JSON. Corrigeer de syntaxis en probeer opnieuw.",
42394
42519
  "Response body is not valid JSON and cannot be validated against a schema.": "Responsbody is geen geldige JSON en kan niet tegen een schema worden gevalideerd.",
42395
42520
  "Schema compile error: :message": "Schema-compilatiefout: :message",
42396
- "Schema — a local scratch check.": "Schema - een lokale kladcontrole.",
42397
- "Validate this request's last response against a JSON Schema, right here. It is": "Valideer de laatste respons van dit verzoek hier direct tegen een JSON Schema. Het wordt",
42398
- "not saved to the contract and not published": "niet opgeslagen in het contract en niet gepubliceerd",
42399
- "— a dev-time sanity check only. To define what the provider": "- alleen een sanity check tijdens ontwikkeling. Om te definiëren wat de provider",
42400
42521
  must: must$1,
42401
- "return (which drives contract testing), use the": "retourneren (wat contracttesten aanstuurt), gebruikt u het",
42402
42522
  "tab.": "tabblad.",
42403
42523
  "JSON Schema (draft-07+)": "JSON Schema (draft-07+)",
42404
- "Copy the body schema from this request's contract": "Kopieer het body-schema uit het contract van dit verzoek",
42524
+ "Copy the body schema from this request's contract": "Kopieer het body-schema uit het contract van dit request",
42405
42525
  "No contract body schema defined yet": "Nog geen contract-body-schema gedefinieerd",
42406
42526
  "Derive from contract": "Afleiden uit contract",
42407
42527
  Validate: Validate$1,
@@ -42410,11 +42530,7 @@ const nl = {
42410
42530
  "Valid: response matches the schema.": "Geldig: respons komt overeen met het schema.",
42411
42531
  "Invalid: :count error|Invalid: :count errors": "Ongeldig: :count fout|Ongeldig: :count fouten",
42412
42532
  "Contract.": "Contract.",
42413
- "What this request": "Wat dit verzoek",
42414
42533
  expects: expects$1,
42415
- "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the": "van de provider: status, headers en body-vorm (een JSON Schema). Het wordt gecontroleerd tegen de respons in het",
42416
- "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the": "paneel en is de consumerzijde van contracttesten (consumer- en bidirectionele verificatie), wat de",
42417
- "gate. For a quick body check that runs on every send, use the": "gate voedt. Gebruik voor een snelle body-controle bij elke verzending het",
42418
42534
  Schema: Schema$1,
42419
42535
  "Contract defined - will be verified in Contract panel": "Contract gedefinieerd - wordt geverifieerd in het Contract-paneel",
42420
42536
  "No contract defined yet": "Nog geen contract gedefinieerd",
@@ -42426,7 +42542,7 @@ const nl = {
42426
42542
  "Expected value (optional)": "Verwachte waarde (optioneel)",
42427
42543
  "Expected Response Body Schema (JSON Schema)": "Verwacht responsbody-schema (JSON Schema)",
42428
42544
  "Generate schema from last response": "Schema genereren uit laatste respons",
42429
- "Send the request first": "Verstuur eerst het verzoek",
42545
+ "Send the request first": "Verstuur eerst het request",
42430
42546
  "Inferring…": "Afleiden…",
42431
42547
  "⚡ Infer from response": "⚡ Afleiden uit respons",
42432
42548
  "Applies when the response is a stream (": "Van toepassing wanneer de respons een stream is (",
@@ -42456,20 +42572,20 @@ const nl = {
42456
42572
  Variables: Variables$1,
42457
42573
  "Format JSON variables": "JSON-variabelen formatteren",
42458
42574
  "Example:": "Voorbeeld:",
42459
- "HTTP request": "HTTP-verzoek",
42575
+ "HTTP request": "HTTP-request",
42460
42576
  "SOAP - endpoint and method are derived from the WSDL": "SOAP - endpoint en methode worden afgeleid uit de WSDL",
42461
42577
  "gRPC - proto-defined services over HTTP/2": "gRPC - proto-gedefinieerde services over HTTP/2",
42462
42578
  VERB: VERB$1,
42463
42579
  "Type any HTTP method": "Typ een willekeurige HTTP-methode",
42464
42580
  "Custom…": "Aangepast…",
42465
- "SOAP requests are always POST": "SOAP-verzoeken zijn altijd POST",
42581
+ "SOAP requests are always POST": "SOAP-requests zijn altijd POST",
42466
42582
  "gRPC target is host:port": "gRPC-doel is host:port",
42467
42583
  "Endpoint (auto-filled from WSDL <soap:address>)": "Endpoint (automatisch ingevuld uit WSDL <soap:address>)",
42468
42584
  "Hooks enabled - click to disable": "Hooks ingeschakeld - klik om uit te schakelen",
42469
42585
  "Hooks disabled - click to enable": "Hooks uitgeschakeld - klik om in te schakelen",
42470
42586
  hooks: hooks$1,
42471
42587
  "Send (Cmd/Ctrl+Enter)": "Verzenden (Cmd/Ctrl+Enter)",
42472
- "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Fuzz dit verzoek met misvormde invoer (opent een dialoogvenster; er wordt niets verzonden totdat u bevestigt)",
42588
+ "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Fuzz dit request met misvormde invoer (opent een dialoogvenster; er wordt niets verzonden totdat u bevestigt)",
42473
42589
  fuzz: fuzz$1,
42474
42590
  " (expires in :secs)": " (verloopt over :secs)",
42475
42591
  " (EXPIRED)": " (VERLOPEN)",
@@ -42492,7 +42608,7 @@ const nl = {
42492
42608
  "Get Token": "Token ophalen",
42493
42609
  "Token:": "Token:",
42494
42610
  "Loading editor…": "Editor laden…",
42495
- "No request body.": "Geen verzoekbody.",
42611
+ "No request body.": "Geen request body.",
42496
42612
  field: field$1,
42497
42613
  "The response view hit an error": "De responsweergave liep tegen een fout aan",
42498
42614
  Dismiss: Dismiss$1,
@@ -42501,7 +42617,35 @@ const nl = {
42501
42617
  "Update with": "Bijwerken met",
42502
42618
  Copied: Copied$1,
42503
42619
  "Skip this version": "Deze versie overslaan",
42504
- Later: Later$1
42620
+ Later: Later$1,
42621
+ Level: Level$1,
42622
+ Basic: Basic$1,
42623
+ Standard: Standard$1,
42624
+ Aggressive: Aggressive$1,
42625
+ "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.": "Basis: structurele fouten. Standaard: + grens- en naughty-strings. Agressief: + injectieprobes en header-manipulatie.",
42626
+ "1. Create a collection": "1. Maak een collectie",
42627
+ "Collections group related requests. Click the + to add your first one.": "Collecties groeperen gerelateerde requests. Klik op + om je eerste te maken.",
42628
+ "2. Add an environment": "2. Voeg een omgeving toe",
42629
+ "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.": "Omgevingen bevatten variabelen zoals basis-URLs en tokens. Open dit om er een te maken en te wisselen.",
42630
+ "3. Add a request": "3. Voeg een request toe",
42631
+ "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.": "Klik met de rechtermuisknop op een collectie (of open het ⋯-menu) en kies Nieuw request om te beginnen.",
42632
+ "Step :n of :total": "Stap :n van :total",
42633
+ "Skip tour": "Tour overslaan",
42634
+ Next: Next$1,
42635
+ "4. Replay from History": "4. Opnieuw versturen via History",
42636
+ "Every request you send is recorded here. Click any entry to inspect or replay it.": "Elke request die je verstuurt wordt hier vastgelegd. Klik op een item om het te bekijken of opnieuw te versturen.",
42637
+ "5. Contract testing and fuzzing": "5. Contract testing en fuzzing",
42638
+ "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.": "Valideer responsen tegen een OpenAPI-contract, of fuzz je API om crashes en spec-schendingen aan het licht te brengen.",
42639
+ "6. Mock servers": "6. Mockservers",
42640
+ "Spin up a local mock server from your requests to develop against before the real API is ready.": "Start een lokale mockserver vanuit je requests om tegen te ontwikkelen voordat de echte API klaar is.",
42641
+ "7. Open from Git": "7. Openen vanuit Git",
42642
+ "Open a workspace straight from a Git repository to share collections with your team.": "Open een workspace rechtstreeks vanuit een Git-repository om collecties met je team te delen.",
42643
+ "Product tour": "Producttour",
42644
+ "Restart tour": "Tour opnieuw starten",
42645
+ "Replay the guided walkthrough of collections, environments and requests.": "Speel de rondleiding door collecties, omgevingen en requests opnieuw af.",
42646
+ "Schema: a local scratch check.": "Schema: een lokale kladcontrole.",
42647
+ "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.": "Valideer de laatste respons van dit request hier direct tegen een JSON Schema. Het wordt **niet opgeslagen in het contract en niet gepubliceerd**. Alleen een sanity check tijdens ontwikkeling. Om te definiëren wat de provider *moet* retourneren (wat contracttesten aanstuurt), gebruik je het **Contract** tabblad.",
42648
+ "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab.": "Wat dit request *verwacht* van de provider: status, headers en body-vorm (een JSON Schema). Het wordt gecontroleerd tegen de respons in het **Contract** paneel en is de consumerzijde van contracttesten (consumer- en bidirectionele verificatie), wat de `deploy-check` gate voedt. Gebruik voor een snelle body-controle bij elke verzending het **Schema** tabblad."
42505
42649
  };
42506
42650
  const Collections = "Coleções";
42507
42651
  const History = "Histórico";
@@ -42547,7 +42691,7 @@ const Consumer = "Consumidor";
42547
42691
  const Provider = "Fornecedor";
42548
42692
  const Version = "Versão";
42549
42693
  const Delete = "Eliminar";
42550
- const Request = "Pedido";
42694
+ const Request = "Request";
42551
42695
  const Body = "Corpo";
42552
42696
  const ERR = "ERR";
42553
42697
  const finding = "ocorrência";
@@ -42622,7 +42766,7 @@ const Click = "Clique";
42622
42766
  const General = "Geral";
42623
42767
  const Appearance = "Aparência";
42624
42768
  const Privacy = "Privacidade";
42625
- const Secrets = "Segredos";
42769
+ const Secrets = "Secrets";
42626
42770
  const Cloud = "Cloud";
42627
42771
  const Theme = "Tema";
42628
42772
  const Username = "Nome de utilizador";
@@ -42650,7 +42794,7 @@ const Enable = "Ativar";
42650
42794
  const Disable = "Desativar";
42651
42795
  const Example = "Exemplo";
42652
42796
  const Open = "Abrir";
42653
- const request = "pedido";
42797
+ const request = "request";
42654
42798
  const folder = "pasta";
42655
42799
  const collection = "coleção";
42656
42800
  const changed = "alterado";
@@ -42663,7 +42807,7 @@ const script = "script";
42663
42807
  const active = "ativo";
42664
42808
  const Access = "Acesso";
42665
42809
  const empty$1 = "vazio";
42666
- const Requests = "Pedidos";
42810
+ const Requests = "Requests";
42667
42811
  const Status = "Estado";
42668
42812
  const Duration = "Duração";
42669
42813
  const Time = "Hora";
@@ -42696,6 +42840,11 @@ const field = "campo";
42696
42840
  const Dismiss = "Dispensar";
42697
42841
  const Copied = "Copiado";
42698
42842
  const Later = "Mais tarde";
42843
+ const Level = "Nível";
42844
+ const Basic = "Básico";
42845
+ const Standard = "Padrão";
42846
+ const Aggressive = "Agressivo";
42847
+ const Next = "Seguinte";
42699
42848
  const pt = {
42700
42849
  "Close tab": "Fechar separador",
42701
42850
  Collections,
@@ -42722,15 +42871,15 @@ const pt = {
42722
42871
  Edit,
42723
42872
  Manage,
42724
42873
  "Env:": "Ambiente:",
42725
- "Search requests by name, URL, or method...": "Pesquisar pedidos por nome, URL ou método...",
42726
- 'No requests match ":query"': 'Nenhum pedido corresponde a ":query"',
42874
+ "Search requests by name, URL, or method...": "Pesquisar requests por nome, URL ou método...",
42875
+ 'No requests match ":query"': 'Nenhum request corresponde a ":query"',
42727
42876
  "(no URL)": "(sem URL)",
42728
42877
  navigate,
42729
42878
  open,
42730
42879
  "Could not open the repository": "Não foi possível abrir o repositório",
42731
42880
  "New version available (v:latest, you have v:current)": "Nova versão disponível (v:latest, tem a v:current)",
42732
42881
  by,
42733
- "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Testes de API locais com geração de código Robot Framework e Playwright. Os segredos permanecem na sua máquina.",
42882
+ "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.": "Testes de API locais com geração de código Robot Framework e Playwright. Os secrets permanecem na sua máquina.",
42734
42883
  "version :version": "versão :version",
42735
42884
  "Open Workspace": "Abrir área de trabalho",
42736
42885
  "New Workspace": "Nova área de trabalho",
@@ -42739,7 +42888,7 @@ const pt = {
42739
42888
  "Open from Git": "Abrir do Git",
42740
42889
  "Recent workspaces": "Áreas de trabalho recentes",
42741
42890
  "A workspace is a": "Uma área de trabalho é um ficheiro",
42742
- "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": ". Faça commit dele e das suas coleções no Git. Os segredos são guardados no keychain do sistema, nunca no disco.",
42891
+ "file. Commit it and your collections to Git - secrets are stored in your OS keychain, never on disk.": ". Faça commit dele e das suas coleções no Git. Os secrets são guardados no keychain do sistema, nunca no disco.",
42743
42892
  "by Testsmith": "por Testsmith",
42744
42893
  "Import collection (Postman, OpenAPI, Insomnia, Bruno)": "Importar coleção (Postman, OpenAPI, Insomnia, Bruno)",
42745
42894
  Import,
@@ -42773,7 +42922,7 @@ const pt = {
42773
42922
  variable_name,
42774
42923
  value,
42775
42924
  "Encrypted · sha256: :hash…": "Encriptado · sha256: :hash…",
42776
- "Enter secret value to encrypt…": "Introduza o valor secreto a encriptar…",
42925
+ "Enter secret value to encrypt…": "Introduza o valor secret a encriptar…",
42777
42926
  "✓ Saved": "✓ Guardado",
42778
42927
  Encrypt,
42779
42928
  "SHA-256 fingerprint of encrypted value: :hash…": "Impressão digital SHA-256 do valor encriptado: :hash…",
@@ -42781,7 +42930,7 @@ const pt = {
42781
42930
  "Value read from OS env at send-time. Never stored in project.": "Valor lido da variável de ambiente do SO no momento do envio. Nunca guardado no projeto.",
42782
42931
  "Optional description…": "Descrição opcional…",
42783
42932
  "Plain text - click to switch to encrypted secret": "Texto simples - clique para mudar para segredo encriptado",
42784
- "Encrypted secret - click to switch to env var ref": "Segredo encriptado - clique para mudar para referência de variável de ambiente",
42933
+ "Encrypted secret - click to switch to env var ref": "Secret encriptado - clique para mudar para referência de variável de ambiente",
42785
42934
  "OS env var reference - click to switch to plain text": "Referência de variável de ambiente do SO - clique para mudar para texto simples",
42786
42935
  abc,
42787
42936
  enc,
@@ -42799,7 +42948,7 @@ const pt = {
42799
42948
  "+ Create environment": "+ Criar ambiente",
42800
42949
  "Password cannot be empty.": "A palavra-passe não pode estar vazia.",
42801
42950
  "Master Password Required": "Palavra-passe principal necessária",
42802
- "Secrets are encrypted with AES-256-GCM using a master password. Set": "Os segredos são encriptados com AES-256-GCM usando uma palavra-passe principal. Defina",
42951
+ "Secrets are encrypted with AES-256-GCM using a master password. Set": "Os secrets são encriptados com AES-256-GCM usando uma palavra-passe principal. Defina",
42803
42952
  "in your shell profile to persist it across sessions.": "no seu perfil da shell para a manter entre sessões.",
42804
42953
  "Master Password": "Palavra-passe principal",
42805
42954
  "Enter master password…": "Introduza a palavra-passe principal…",
@@ -42818,8 +42967,8 @@ const pt = {
42818
42967
  "Type a message… (Ctrl+Enter to send)": "Escreva uma mensagem… (Ctrl+Enter para enviar)",
42819
42968
  "Connect first to send messages": "Ligue-se primeiro para enviar mensagens",
42820
42969
  Send,
42821
- "Select a request from the sidebar": "Selecione um pedido na barra lateral",
42822
- ":count requests": ":count pedidos",
42970
+ "Select a request from the sidebar": "Selecione um request na barra lateral",
42971
+ ":count requests": ":count requests",
42823
42972
  ":count data row|:count data rows": ":count linha de dados|:count linhas de dados",
42824
42973
  "Measure how much of an OpenAPI spec this workspace tests": "Meça quanto de uma especificação OpenAPI este espaço de trabalho testa",
42825
42974
  Coverage,
@@ -42876,9 +43025,9 @@ const pt = {
42876
43025
  "Match a JSON example by type, not exact value (tolerant — recommended)": "Corresponder um exemplo JSON por tipo, não pelo valor exato (tolerante - recomendado)",
42877
43026
  "+ Add interaction": "+ Adicionar interação",
42878
43027
  ERR,
42879
- "▲ Hide sent request": "▲ Ocultar pedido enviado",
42880
- "▼ Show sent request": "▼ Mostrar pedido enviado",
42881
- "Copy the sent request": "Copiar o pedido enviado",
43028
+ "▲ Hide sent request": "▲ Ocultar request enviado",
43029
+ "▼ Show sent request": "▼ Mostrar request enviado",
43030
+ "Copy the sent request": "Copiar o request enviado",
42882
43031
  "Response sample": "Amostra da resposta",
42883
43032
  ":count finding|:count findings": ":count ocorrência|:count ocorrências",
42884
43033
  ":count cases": ":count casos",
@@ -42888,7 +43037,7 @@ const pt = {
42888
43037
  "no response": "sem resposta",
42889
43038
  "(empty)": "(vazio)",
42890
43039
  ":count cases sent": ":count casos enviados",
42891
- "Sent request copied to clipboard.": "Pedido enviado copiado para a área de transferência.",
43040
+ "Sent request copied to clipboard.": "Request enviado copiado para a área de transferência.",
42892
43041
  "Copy failed.": "Falha ao copiar.",
42893
43042
  "✓ No findings": "✓ Sem ocorrências",
42894
43043
  "✗ :count finding|✗ :count findings": "✗ :count ocorrência|✗ :count ocorrências",
@@ -42896,15 +43045,15 @@ const pt = {
42896
43045
  ":count case|:count cases": ":count caso|:count casos",
42897
43046
  ":count operation|:count operations": ":count operação|:count operações",
42898
43047
  spec,
42899
- "request body": "corpo do pedido",
43048
+ "request body": "corpo do request",
42900
43049
  "seed :seed": "semente :seed",
42901
43050
  "Clear results": "Limpar resultados",
42902
43051
  Clear,
42903
- ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count pedido com método de escrita ignorado (ative Incluir métodos de escrita).|:count pedidos com métodos de escrita ignorados (ative Incluir métodos de escrita).",
42904
- ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count pedido não tinha corpo para fuzzing.|:count pedidos não tinham corpo para fuzzing.",
43052
+ ":count write-method request skipped (enable Include write methods).|:count write-method requests skipped (enable Include write methods).": ":count request com método de escrita ignorado (ative Incluir métodos de escrita).|:count requests com métodos de escrita ignorados (ative Incluir métodos de escrita).",
43053
+ ":count request had no body to fuzz.|:count requests had no body to fuzz.": ":count request não tinha corpo para fuzzing.|:count requests não tinham corpo para fuzzing.",
42905
43054
  ":count operation clean|:count operations clean": ":count operação sem problemas|:count operações sem problemas",
42906
43055
  "All cases sent": "Todos os casos enviados",
42907
- "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Nenhuma operação foi sujeita a fuzzing. Verifique se os pedidos têm um corpo ou uma operação correspondente na especificação.",
43056
+ "No operations were fuzzed. Check that requests have a body or a matching spec operation.": "Nenhuma operação foi sujeita a fuzzing. Verifique se os requests têm um corpo ou uma operação correspondente na especificação.",
42908
43057
  "Published :name@:version — :count contract(s) re-verified": "Publicado :name@:version - :count contrato(s) reverificado(s)",
42909
43058
  "Provide an OpenAPI spec URL or pick a pinned snapshot for provider / bi-directional mode.": "Indique um URL de especificação OpenAPI ou escolha um snapshot fixado para o modo fornecedor / bidirecional.",
42910
43059
  "Provide a provider base URL (e.g. http://localhost:3000) to replay contracts against.": "Indique um URL base do fornecedor (ex.: http://localhost:3000) para reproduzir os contratos.",
@@ -42912,16 +43061,16 @@ const pt = {
42912
43061
  "Enter a spec URL before pinning a snapshot.": "Introduza um URL de especificação antes de fixar um snapshot.",
42913
43062
  "Design a consumer-driven contract up front, with no endpoints, then publish it to the cloud": "Desenhe antecipadamente um contrato orientado pelo consumidor, sem endpoints, e depois publique-o na cloud",
42914
43063
  "Design a contract (no endpoint needed)": "Desenhar um contrato (sem necessidade de endpoint)",
42915
- "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Envia pedidos ao fornecedor real e valida cada resposta face ao contrato definido no separador Contrato. Defina abaixo um URL base para enviar contratos sem host (concebidos primeiro).",
42916
- "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Análise estática: valida que os seus pedidos estão em conformidade com a especificação OpenAPI publicada pelo fornecedor (sem chamadas HTTP).",
43064
+ "Sends requests to the real provider and validates each response against the contract defined in the Contract tab. Set a base URL below to send host-less (design-first) contracts.": "Envia requests ao fornecedor real e valida cada resposta face ao contrato definido no separador Contrato. Defina abaixo um URL base para enviar contratos sem host (concebidos primeiro).",
43065
+ "Static analysis: validates that your requests conform to the provider's published OpenAPI spec (no HTTP calls).": "Análise estática: valida que os seus requests estão em conformidade com a especificação OpenAPI publicada pelo fornecedor (sem chamadas HTTP).",
42917
43066
  "Replays each contract against a running provider, seeding provider states first. The real provider verification.": "Reproduz cada contrato contra um fornecedor em execução, definindo primeiro os estados do fornecedor. A verificação real do fornecedor.",
42918
- "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Envia entradas malformadas geradas a partir da especificação (ou, sem especificação, do corpo do pedido) e assinala respostas que falham (5xx) ou aceitam entradas inválidas.",
43067
+ "Sends malformed inputs generated from the spec (or, with no spec, the request body) and flags responses that crash (5xx) or accept invalid input.": "Envia entradas malformadas geradas a partir da especificação (ou, sem especificação, do corpo do request) e assinala respostas que falham (5xx) ou aceitam entradas inválidas.",
42919
43068
  "Checks static schema compatibility between consumer contracts and provider spec, then verifies live responses.": "Verifica a compatibilidade estática de esquemas entre os contratos do consumidor e a especificação do fornecedor e, em seguida, verifica as respostas em direto.",
42920
43069
  "Provider base URL": "URL base do fornecedor",
42921
43070
  "(optional)": "(opcional)",
42922
- "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Obrigatório. Cada pedido sujeito a fuzzing é reassentado nesta origem antes de ser enviado.",
42923
- "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Opcional. Reassenta cada pedido nesta origem antes do envio, para que contratos concebidos primeiro que contêm apenas um caminho (ex.: /brands) possam ser executados. Os pedidos com um URL completo são enviados tal como estão.",
42924
- "Each request is rebased onto this origin before being replayed against the live provider.": "Cada pedido é reassentado nesta origem antes de ser reproduzido contra o fornecedor em direto.",
43071
+ "Required. Each fuzzed request is rebased onto this origin before it is sent.": "Obrigatório. Cada request sujeito a fuzzing é reassentado nesta origem antes de ser enviado.",
43072
+ "Optional. Rebase each request onto this origin before sending, so design-first contracts that carry only a path (e.g. /brands) can run. Requests with a full URL are sent as-is.": "Opcional. Reassenta cada request nesta origem antes do envio, para que contratos concebidos primeiro que contêm apenas um caminho (ex.: /brands) possam ser executados. Os requests com um URL completo são enviados tal como estão.",
43073
+ "Each request is rebased onto this origin before being replayed against the live provider.": "Cada request é reassentado nesta origem antes de ser reproduzido contra o fornecedor em direto.",
42925
43074
  "State handler URL": "URL do gestor de estados",
42926
43075
  "Before each interaction we POST": "Antes de cada interação, fazemos POST",
42927
43076
  "here so the provider can be seeded into a known state (Pact": "aqui para que o fornecedor possa ser colocado num estado conhecido (Pact",
@@ -42940,8 +43089,8 @@ const pt = {
42940
43089
  "version (git SHA)": "versão (SHA do Git)",
42941
43090
  "Publish this OpenAPI spec to the broker; consumers' pacts are re-verified against it": "Publicar esta especificação OpenAPI no broker; os pacts dos consumidores são reverificados face a ela",
42942
43091
  Publish,
42943
- "Request base URL": "URL base do pedido",
42944
- "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Se os seus pedidos apontarem para um host diferente do da especificação, introduza esse host aqui para que os caminhos correspondam corretamente.",
43092
+ "Request base URL": "URL base do request",
43093
+ "If your requests point at a different host than the spec, enter that host here so paths match correctly.": "Se os seus requests apontarem para um host diferente do da especificação, introduza esse host aqui para que os caminhos correspondam corretamente.",
42945
43094
  "Cases per operation": "Casos por operação",
42946
43095
  Seed,
42947
43096
  "Include write methods (POST/PUT/PATCH/DELETE)": "Incluir métodos de escrita (POST/PUT/PATCH/DELETE)",
@@ -42949,15 +43098,15 @@ const pt = {
42949
43098
  "Strict status": "Estado estrito",
42950
43099
  "Check response schemas": "Verificar esquemas de resposta",
42951
43100
  "Record all cases": "Registar todos os casos",
42952
- ":count request|:count requests": ":count pedido|:count pedidos",
43101
+ ":count request|:count requests": ":count request|:count requests",
42953
43102
  ":count contract defined|:count contracts defined": ":count contrato definido|:count contratos definidos",
42954
43103
  "Running…": "A executar…",
42955
43104
  "Run fuzz": "Executar fuzzing",
42956
43105
  Run,
42957
43106
  "Configure fuzzing above and click Run fuzz.": "Configure o fuzzing acima e clique em Executar fuzzing.",
42958
- "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "O fuzzing precisa de um URL base do fornecedor. A especificação é opcional: sem ela, os corpos dos pedidos são modificados.",
43107
+ "Fuzzing needs a provider base URL. A spec is optional: without one, request bodies are mutated.": "O fuzzing precisa de um URL base do fornecedor. A especificação é opcional: sem ela, os corpos dos requests são modificados.",
42959
43108
  "Configure a mode above and click Run.": "Configure um modo acima e clique em Executar.",
42960
- "Define a contract on a request via the Contract tab first.": "Defina primeiro um contrato num pedido através do separador Contrato.",
43109
+ "Define a contract on a request via the Contract tab first.": "Defina primeiro um contrato num request através do separador Contrato.",
42961
43110
  "✓ All passed": "✓ Todos passaram",
42962
43111
  "✗ :count failed": "✗ :count com falha",
42963
43112
  expected,
@@ -43043,7 +43192,7 @@ const pt = {
43043
43192
  Platform,
43044
43193
  "Detected from remote: :platform": "Detetado a partir do remoto: :platform",
43045
43194
  Environment,
43046
- ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variável secreta será mapeada para segredos de CI|:count variáveis secretas serão mapeadas para segredos de CI",
43195
+ ":count secret variable will be mapped to CI secrets|:count secret variables will be mapped to CI secrets": ":count variável secret será mapeada para secrets de CI|:count variáveis secret serão mapeadas para secrets de CI",
43047
43196
  "Tags (optional)": "Etiquetas (opcional)",
43048
43197
  "e.g. smoke, regression": "ex.: smoke, regression",
43049
43198
  "Write :path": "Escrever :path",
@@ -43061,7 +43210,7 @@ const pt = {
43061
43210
  Method,
43062
43211
  " (stream)": " (stream)",
43063
43212
  Plaintext,
43064
- "Request message (JSON)": "Mensagem do pedido (JSON)",
43213
+ "Request message (JSON)": "Mensagem do request (JSON)",
43065
43214
  "Metadata (one ": "Metadados (um ",
43066
43215
  " per line)": " por linha)",
43067
43216
  Invoke,
@@ -43090,13 +43239,13 @@ const pt = {
43090
43239
  ":count passed": ":count passaram",
43091
43240
  ":count failed": ":count com falha",
43092
43241
  ":count errors": ":count erros",
43093
- "Requests with no assertions to verify": "Pedidos sem asserções para verificar",
43242
+ "Requests with no assertions to verify": "Requests sem asserções para verificar",
43094
43243
  ":count no tests": ":count sem testes",
43095
43244
  ":count total": ":count no total",
43096
43245
  "Export results": "Exportar resultados",
43097
43246
  "Load this response into the viewer": "Carregar esta resposta no visualizador",
43098
43247
  load,
43099
- "Send this request again": "Enviar este pedido novamente",
43248
+ "Send this request again": "Enviar este request novamente",
43100
43249
  resend,
43101
43250
  Response,
43102
43251
  "✓ Contract saved": "✓ Contrato guardado",
@@ -43107,7 +43256,7 @@ const pt = {
43107
43256
  Tests,
43108
43257
  Console,
43109
43258
  HTTP,
43110
- "No past responses for this request yet. Each send is recorded here.": "Ainda não há respostas anteriores para este pedido. Cada envio é registado aqui.",
43259
+ "No past responses for this request yet. Each send is recorded here.": "Ainda não há respostas anteriores para este request. Cada envio é registado aqui.",
43111
43260
  "Interactive tree view - click values to add assertions": "Vista em árvore interativa - clique nos valores para adicionar asserções",
43112
43261
  Tree: Tree2,
43113
43262
  "Raw body view": "Vista do corpo em bruto",
@@ -43121,7 +43270,7 @@ const pt = {
43121
43270
  Contract,
43122
43271
  "Save this response as a mock route": "Guardar esta resposta como uma rota de mock",
43123
43272
  Mock,
43124
- "Request failed": "O pedido falhou",
43273
+ "Request failed": "O request falhou",
43125
43274
  "Right-click to create an environment variable": "Clique com o botão direito para criar uma variável de ambiente",
43126
43275
  "Conforms to HTTP semantics": "Está em conformidade com a semântica HTTP",
43127
43276
  "No violations of the HTTP specification (RFC 9110/9111) in this response. This check is automatic and needs no test or spec.": "Nenhuma violação da especificação HTTP (RFC 9110/9111) nesta resposta. Esta verificação é automática e não precisa de teste nem de especificação.",
@@ -43142,7 +43291,7 @@ const pt = {
43142
43291
  vs,
43143
43292
  Current,
43144
43293
  "No differences found": "Nenhuma diferença encontrada",
43145
- "Send a request to see what was transmitted.": "Envie um pedido para ver o que foi transmitido.",
43294
+ "Send a request to see what was transmitted.": "Envie um request para ver o que foi transmitido.",
43146
43295
  "No headers sent": "Nenhum cabeçalho enviado",
43147
43296
  "Save as mock route": "Guardar como rota de mock",
43148
43297
  "Mock server": "Servidor de mock",
@@ -43166,7 +43315,7 @@ const pt = {
43166
43315
  "Waiting for the first event…": "A aguardar o primeiro evento…",
43167
43316
  "No events received.": "Nenhum evento recebido.",
43168
43317
  "showing the last :max of :total events": "a mostrar os últimos :max de :total eventos",
43169
- "Time since request start": "Tempo desde o início do pedido",
43318
+ "Time since request start": "Tempo desde o início do request",
43170
43319
  "Could not parse body: :error": "Não foi possível processar o corpo: :error",
43171
43320
  "Up one level": "Subir um nível",
43172
43321
  "↑ up": "↑ subir",
@@ -43229,7 +43378,7 @@ const pt = {
43229
43378
  "Workspace Settings": "Definições do espaço de trabalho",
43230
43379
  "Default environment": "Ambiente predefinido",
43231
43380
  "CLI runs without --environment use this environment, and the app selects it when no environment is active.": "As execuções da CLI sem --environment usam este ambiente, e a aplicação seleciona-o quando não há nenhum ambiente ativo.",
43232
- "Persist request history": "Manter o histórico de pedidos",
43381
+ "Persist request history": "Manter o histórico de requests",
43233
43382
  "Save history to history.json in the workspace folder so it survives restarts. The file is gitignored. Off by default; history stays in memory otherwise.": "Guarda o histórico em history.json na pasta do espaço de trabalho para que sobreviva a reinícios. O ficheiro é ignorado pelo Git. Desativado por predefinição; caso contrário, o histórico permanece em memória.",
43234
43383
  Theme,
43235
43384
  "⊙ Auto": "⊙ Automático",
@@ -43242,7 +43391,7 @@ const pt = {
43242
43391
  Username,
43243
43392
  Password,
43244
43393
  "Enable API Spector Cloud": "Ativar a API Spector Cloud",
43245
- 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Envie mocks e monitores para uma instância alojada. Quando ativado, as ações "Enviar para a cloud" aparecem nos mocks e nos pedidos.',
43394
+ 'Push mocks and monitors to a hosted instance. When on, "Push to cloud" actions appear on mocks and requests.': 'Envie mocks e monitores para uma instância alojada. Quando ativado, as ações "Enviar para a cloud" aparecem nos mocks e nos requests.',
43246
43395
  "API token": "Token da API",
43247
43396
  "•••••••• (saved — type to replace)": "•••••••• (guardado - escreva para substituir)",
43248
43397
  "Paste a token from the cloud dashboard": "Cole um token do painel da cloud",
@@ -43257,8 +43406,8 @@ const pt = {
43257
43406
  "Remove pattern": "Remover padrão",
43258
43407
  "Add pattern…": "Adicionar padrão…",
43259
43408
  Add,
43260
- "Reference secrets from an external manager instead of storing them. Put a reference like": "Referencie segredos de um gestor externo em vez de os guardar. Coloque uma referência como",
43261
- "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "numa variável de ambiente ou num campo de autenticação; é resolvida no momento do envio e nunca escrita no espaço de trabalho. Esta configuração de ligação não é secreta - os tokens e os secret-ids vêm do seu ambiente (ou do início de sessão no Vault abaixo).",
43409
+ "Reference secrets from an external manager instead of storing them. Put a reference like": "Referencie secrets de um gestor externo em vez de os guardar. Coloque uma referência como",
43410
+ "in an environment variable or an auth field; it is resolved at send-time and never written to the workspace. This connection config is non-secret — tokens and secret-ids come from your environment (or the Vault sign-in below).": "numa variável de ambiente ou num campo de autenticação; é resolvida no momento do envio e nunca escrita no espaço de trabalho. Esta configuração de ligação não é secret - os tokens e os secret-ids vêm do seu ambiente (ou do início de sessão no Vault abaixo).",
43262
43411
  "Address (VAULT_ADDR)": "Endereço (VAULT_ADDR)",
43263
43412
  Namespace,
43264
43413
  "(Enterprise)": "(Enterprise)",
@@ -43287,7 +43436,7 @@ const pt = {
43287
43436
  "Bearer token": "Token Bearer",
43288
43437
  "Basic Auth": "Basic Auth",
43289
43438
  "Digest Auth": "Digest Auth",
43290
- "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "O Digest usa um desafio-resposta MD5 de duas idas e voltas. O nome de utilizador/palavra-passe são enviados com o primeiro pedido para negociar o desafio.",
43439
+ "Digest uses a two-round-trip MD5 challenge-response. Username/password sent with first request to negotiate the challenge.": "O Digest usa um desafio-resposta MD5 de duas idas e voltas. O nome de utilizador/palavra-passe são enviados com o primeiro request para negociar o desafio.",
43291
43440
  'Stored as ":ref"': 'Guardado como ":ref"',
43292
43441
  Domain,
43293
43442
  Workstation,
@@ -43301,14 +43450,14 @@ const pt = {
43301
43450
  "- supports :variables": "- suporta :variables",
43302
43451
  "password or API token": "palavra-passe ou token de API",
43303
43452
  "Store password in OS keychain instead": "Guardar a palavra-passe no chaveiro do SO",
43304
- "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Encripte a palavra-passe no chaveiro do seu SO em vez de a guardar com o pedido. Deixe o campo Palavra-passe acima vazio para usar o valor do chaveiro.",
43453
+ "Encrypt the password in your OS keychain rather than saving it with the request. Leave the Password field above empty to use the keychain value.": "Encripte a palavra-passe no chaveiro do seu SO em vez de a guardar com o request. Deixe o campo Palavra-passe acima vazio para usar o valor do chaveiro.",
43305
43454
  "Keychain key": "Chave do chaveiro",
43306
43455
  "{{token}} or paste a raw token": "{{token}} ou cole um token em bruto",
43307
43456
  "Store in OS keychain instead": "Guardar antes no chaveiro do SO",
43308
43457
  "Paste a raw token here to encrypt it in your OS keychain. Useful for static long-lived API tokens. Leave the value field above empty to use the keychain.": "Cole aqui um token em bruto para o encriptar no chaveiro do seu SO. Útil para tokens de API estáticos e de longa duração. Deixe o campo de valor acima vazio para usar o chaveiro.",
43309
43458
  "Paste token": "Colar token",
43310
43459
  ":name env": "ambiente :name",
43311
- "Imported request": "Pedido importado",
43460
+ "Imported request": "Request importado",
43312
43461
  "Pick at least one endpoint": "Escolha pelo menos um endpoint",
43313
43462
  "Variable name is required when extracting base URL": "O nome da variável é obrigatório ao extrair o URL base",
43314
43463
  "Target collection not found": "Coleção de destino não encontrada",
@@ -43319,7 +43468,7 @@ const pt = {
43319
43468
  "Create new collection…": "Criar nova coleção…",
43320
43469
  "Collection name": "Nome da coleção",
43321
43470
  "Base URL → variable": "URL base → variável",
43322
- "Leave the URL field empty to keep absolute URLs in each request.": "Deixe o campo URL vazio para manter URLs absolutos em cada pedido.",
43471
+ "Leave the URL field empty to keep absolute URLs in each request.": "Deixe o campo URL vazio para manter URLs absolutos em cada request.",
43323
43472
  "Create new environment…": "Criar novo ambiente…",
43324
43473
  "Endpoints (:chosen / :total)": "Endpoints (:chosen / :total)",
43325
43474
  "Select all": "Selecionar tudo",
@@ -43337,7 +43486,7 @@ const pt = {
43337
43486
  "Generate API Documentation": "Gerar documentação da API",
43338
43487
  "Collections to include": "Coleções a incluir",
43339
43488
  "No collections loaded.": "Nenhuma coleção carregada.",
43340
- "(:count request)|(:count requests)": "(:count pedido)|(:count pedidos)",
43489
+ "(:count request)|(:count requests)": "(:count request)|(:count requests)",
43341
43490
  Format,
43342
43491
  "Markdown (.md)": "Markdown (.md)",
43343
43492
  "HTML (.html)": "HTML (.html)",
@@ -43356,18 +43505,18 @@ const pt = {
43356
43505
  "Provider spec (OpenAPI)": "Especificação do fornecedor (OpenAPI)",
43357
43506
  "(git sha / build)": "(sha do Git / build)",
43358
43507
  Interactions,
43359
- "(requests with a contract)": "(pedidos com um contrato)",
43360
- "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Nenhum pedido aqui tem ainda um contrato. Adicione primeiro o estado/esquema esperado no separador Contrato de um pedido.",
43508
+ "(requests with a contract)": "(requests com um contrato)",
43509
+ "No requests here have a contract yet. Add expected status/schema on a request's Contract tab first.": "Nenhum request aqui tem ainda um contrato. Adicione primeiro o estado/esquema esperado no separador Contrato de um request.",
43361
43510
  "Publishes a pinned OpenAPI spec as the provider contract. Consumer pacts are then verified against it without running the provider.": "Publica uma especificação OpenAPI fixada como o contrato do fornecedor. Os pacts dos consumidores são depois verificados face a ela sem executar o fornecedor.",
43362
43511
  "Provider (pacticipant)": "Fornecedor (pacticipant)",
43363
43512
  "Spec snapshot": "Snapshot da especificação",
43364
43513
  "View matrix ↗": "Ver matriz ↗",
43365
43514
  Done,
43366
43515
  'Pushed ":name" as monitor #:id to the cloud': '":name" enviado como monitor #:id para a cloud',
43367
- "Select request (or Cmd/Ctrl+click the row)": "Selecionar pedido (ou Cmd/Ctrl+clique na linha)",
43516
+ "Select request (or Cmd/Ctrl+click the row)": "Selecionar request (ou Cmd/Ctrl+clique na linha)",
43368
43517
  "Hide examples": "Ocultar exemplos",
43369
43518
  "Show :count example(s)": "Mostrar :count exemplo(s)",
43370
- "SOAP request": "Pedido SOAP",
43519
+ "SOAP request": "Request SOAP",
43371
43520
  WebSocket,
43372
43521
  "Auth: :name": "Autenticação: :name",
43373
43522
  Rename,
@@ -43382,8 +43531,8 @@ const pt = {
43382
43531
  Example,
43383
43532
  Open,
43384
43533
  "Folder settings": "Definições da pasta",
43385
- ":name - auth, headers and variables inherited by all requests in this folder": ":name - autenticação, cabeçalhos e variáveis herdados por todos os pedidos nesta pasta",
43386
- "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "A autenticação configurada aqui é herdada por todos os pedidos nesta pasta, a menos que o pedido a substitua com o seu próprio tipo de autenticação diferente de nenhum.",
43534
+ ":name - auth, headers and variables inherited by all requests in this folder": ":name - autenticação, cabeçalhos e variáveis herdados por todos os requests nesta pasta",
43535
+ "Auth configured here is inherited by all requests in this folder unless the request overrides it with its own non-none auth type.": "A autenticação configurada aqui é herdada por todos os requests nesta pasta, a menos que o request a substitua com o seu próprio tipo de autenticação diferente de nenhum.",
43387
43536
  "Header-Name": "Nome-do-Cabeçalho",
43388
43537
  "Variables scoped to this folder. They override collection variables and are overridden by an inner folder, the active environment, and script-set values. Reference them anywhere with :token.": "Variáveis com âmbito nesta pasta. Substituem as variáveis da coleção e são substituídas por uma pasta interna, pelo ambiente ativo e por valores definidos em scripts. Referencie-as em qualquer lugar com :token.",
43389
43538
  request,
@@ -43391,44 +43540,44 @@ const pt = {
43391
43540
  collection,
43392
43541
  "Sync schemas - :name": "Sincronizar esquemas - :name",
43393
43542
  ":count operations in spec": ":count operações na especificação",
43394
- ":count matched to existing requests": ":count correspondidas a pedidos existentes",
43543
+ ":count matched to existing requests": ":count correspondidas a requests existentes",
43395
43544
  ":count changed": ":count alteradas",
43396
43545
  ":count unchanged": ":count inalteradas",
43397
43546
  "Select schemas to update (:count)": "Selecionar esquemas a atualizar (:count)",
43398
43547
  "Select changed": "Selecionar alterados",
43399
- "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Nenhuma operação da especificação correspondeu a algum pedido nesta coleção. A correspondência usa o método HTTP + caminho do URL.",
43548
+ "No operations from the spec matched any request in this collection. Matching uses HTTP method + URL path.": "Nenhuma operação da especificação correspondeu a algum request nesta coleção. A correspondência usa o método HTTP + caminho do URL.",
43400
43549
  changed,
43401
43550
  "up to date": "atualizado",
43402
- ":count operations not matched (no request with matching method + path)": ":count operações sem correspondência (nenhum pedido com método + caminho correspondentes)",
43551
+ ":count operations not matched (no request with matching method + path)": ":count operações sem correspondência (nenhum request com método + caminho correspondentes)",
43403
43552
  "Updating…": "A atualizar…",
43404
43553
  "Update :count schema|Update :count schemas": "Atualizar :count esquema|Atualizar :count esquemas",
43405
43554
  "Sync schemas from OpenAPI": "Sincronizar esquemas a partir de OpenAPI",
43406
- "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Carregue uma especificação OpenAPI para atualizar os esquemas de resposta em pedidos existentes. A correspondência usa o método HTTP + caminho do URL. Só os esquemas são alterados - URLs, parâmetros, cabeçalhos, autenticação e scripts são preservados.",
43555
+ "Load an OpenAPI spec to update response schemas on existing requests. Matching uses HTTP method + URL path. Only schemas are touched - URLs, params, headers, auth, and scripts are preserved.": "Carregue uma especificação OpenAPI para atualizar os esquemas de resposta em requests existentes. A correspondência usa o método HTTP + caminho do URL. Só os esquemas são alterados - URLs, parâmetros, cabeçalhos, autenticação e scripts são preservados.",
43407
43556
  "Choose file…": "Escolher ficheiro…",
43408
43557
  "Or load from URL": "Ou carregar a partir de um URL",
43409
43558
  "Collection settings": "Definições da coleção",
43410
- ":name - auth and headers inherited by all requests in this collection": ":name - autenticação e cabeçalhos herdados por todos os pedidos nesta coleção",
43411
- "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "A autenticação configurada aqui é herdada por todos os pedidos nesta coleção, a menos que uma pasta ou pedido a substitua com o seu próprio tipo de autenticação diferente de nenhum.",
43412
- "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "As definições de TLS substituem a configuração ao nível do espaço de trabalho para todos os pedidos nesta coleção. Deixe todos os caminhos vazios para herdar do espaço de trabalho.",
43559
+ ":name - auth and headers inherited by all requests in this collection": ":name - autenticação e cabeçalhos herdados por todos os requests nesta coleção",
43560
+ "Auth configured here is inherited by all requests in this collection unless a folder or request overrides it with its own non-none auth type.": "A autenticação configurada aqui é herdada por todos os requests nesta coleção, a menos que uma pasta ou request a substitua com o seu próprio tipo de autenticação diferente de nenhum.",
43561
+ "TLS settings override the workspace-level configuration for every request in this collection. Leave all paths empty to inherit from the workspace.": "As definições de TLS substituem a configuração ao nível do espaço de trabalho para todos os requests nesta coleção. Deixe todos os caminhos vazios para herdar do espaço de trabalho.",
43413
43562
  "/path/to/ca.crt (leave empty to inherit)": "/path/to/ca.crt (deixe vazio para herdar)",
43414
43563
  "/path/to/client.crt (leave empty to inherit)": "/path/to/client.crt (deixe vazio para herdar)",
43415
43564
  "/path/to/client.key (leave empty to inherit)": "/path/to/client.key (deixe vazio para herdar)",
43416
43565
  "tag…": "etiqueta…",
43417
- "Search requests…": "Pesquisar pedidos…",
43566
+ "Search requests…": "Pesquisar requests…",
43418
43567
  "Clear (Esc)": "Limpar (Esc)",
43419
- "No requests match “:query”.": "Nenhum pedido corresponde a “:query”.",
43568
+ "No requests match “:query”.": "Nenhum request corresponde a “:query”.",
43420
43569
  ":count match|:count matches": ":count correspondência|:count correspondências",
43421
43570
  'Delete collection ":name"?': 'Eliminar a coleção ":name"?',
43422
- "Delete this folder and all its requests?": "Eliminar esta pasta e todos os seus pedidos?",
43571
+ "Delete this folder and all its requests?": "Eliminar esta pasta e todos os seus requests?",
43423
43572
  "No collections yet.": "Ainda não há coleções.",
43424
43573
  "+ New collection": "+ Nova coleção",
43425
43574
  "or import from Postman / OpenAPI above.": "ou importe de Postman / OpenAPI acima.",
43426
43575
  ":count selected": ":count selecionados",
43427
- "Enable selected requests": "Ativar pedidos selecionados",
43428
- "Disable selected requests": "Desativar pedidos selecionados",
43429
- "Delete :count request?|Delete :count requests?": "Eliminar :count pedido?|Eliminar :count pedidos?",
43576
+ "Enable selected requests": "Ativar requests selecionados",
43577
+ "Disable selected requests": "Desativar requests selecionados",
43578
+ "Delete :count request?|Delete :count requests?": "Eliminar :count request?|Eliminar :count requests?",
43430
43579
  "Clear selection": "Limpar seleção",
43431
- "Add request": "Adicionar pedido",
43580
+ "Add request": "Adicionar request",
43432
43581
  "Add folder": "Adicionar pasta",
43433
43582
  "Expand all": "Expandir tudo",
43434
43583
  "Collapse all": "Colapsar tudo",
@@ -43444,7 +43593,7 @@ const pt = {
43444
43593
  "Filter history…": "Filtrar histórico…",
43445
43594
  "Download history as a HAR file": "Transferir histórico como um ficheiro HAR",
43446
43595
  "Clear all history": "Limpar todo o histórico",
43447
- "No history yet. Send a request to start recording.": "Ainda não há histórico. Envie um pedido para começar a registar.",
43596
+ "No history yet. Send a request to start recording.": "Ainda não há histórico. Envie um request para começar a registar.",
43448
43597
  "No matches.": "Sem correspondências.",
43449
43598
  "env: :name": "ambiente: :name",
43450
43599
  "or paste": "ou cole",
@@ -43495,9 +43644,9 @@ const pt = {
43495
43644
  empty: empty$1,
43496
43645
  Requests,
43497
43646
  "Server is not running.": "O servidor não está em execução.",
43498
- "Start the server to begin capturing requests.": "Inicie o servidor para começar a capturar pedidos.",
43499
- "No requests yet.": "Ainda não há pedidos.",
43500
- "Waiting for incoming requests…": "A aguardar pedidos recebidos…",
43647
+ "Start the server to begin capturing requests.": "Inicie o servidor para começar a capturar requests.",
43648
+ "No requests yet.": "Ainda não há requests.",
43649
+ "Waiting for incoming requests…": "A aguardar requests recebidos…",
43501
43650
  "Matched route": "Rota correspondida",
43502
43651
  Status,
43503
43652
  Duration,
@@ -43514,12 +43663,12 @@ const pt = {
43514
43663
  "Recording stopped": "Gravação parada",
43515
43664
  "Recording…": "A gravar…",
43516
43665
  "(new mock server)": "(novo servidor de mock)",
43517
- "Requests:": "Pedidos:",
43666
+ "Requests:": "Requests:",
43518
43667
  "Errors:": "Erros:",
43519
43668
  "Avg:": "Média:",
43520
- "Waiting for requests…": "A aguardar pedidos…",
43669
+ "Waiting for requests…": "A aguardar requests…",
43521
43670
  "Point your app at": "Aponte a sua aplicação para",
43522
- "Select a request to inspect": "Selecione um pedido para inspecionar",
43671
+ "Select a request to inspect": "Selecione um request para inspecionar",
43523
43672
  "[binary content - base64 encoded]": "[conteúdo binário - codificado em base64]",
43524
43673
  "Binary response - body stored as base64": "Resposta binária - corpo guardado como base64",
43525
43674
  none: none$1,
@@ -43562,10 +43711,10 @@ const pt = {
43562
43711
  "Re-measure to see the coverage rise.": "Volte a medir para ver a cobertura aumentar.",
43563
43712
  codes,
43564
43713
  "no negative": "sem negativo",
43565
- "Pre-request": "Pré-pedido",
43714
+ "Pre-request": "Pré-request",
43566
43715
  "Post-response": "Pós-resposta",
43567
43716
  "GQL Introspect": "Introspeção GQL",
43568
- "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Executa antes de o pedido ser enviado. Use sp.variables.set() para gerar dados dinâmicos.",
43717
+ "Runs before the request is sent. Use sp.variables.set() to generate dynamic data.": "Executa antes de o request ser enviado. Use sp.variables.set() para gerar dados dinâmicos.",
43569
43718
  "Runs after the response is received. Use sp.test() to assert and sp.environment.set() to extract values.": "Executa depois de a resposta ser recebida. Use sp.test() para asserir e sp.environment.set() para extrair valores.",
43570
43719
  "Runs before GraphQL schema introspection. Use sp.environment.set() or sp.collectionVariables.set() to inject auth headers or tokens.": "Executa antes da introspeção do esquema GraphQL. Use sp.environment.set() ou sp.collectionVariables.set() para injetar cabeçalhos de autenticação ou tokens.",
43571
43720
  "Quick inserts": "Inserções rápidas",
@@ -43573,11 +43722,11 @@ const pt = {
43573
43722
  "Fuzz: :name": "Fuzzing: :name",
43574
43723
  Cases,
43575
43724
  "Spec (optional)": "Especificação (opcional)",
43576
- "Request body (no spec)": "Corpo do pedido (sem especificação)",
43725
+ "Request body (no spec)": "Corpo do request (sem especificação)",
43577
43726
  "Fuzzing...": "A fazer fuzzing...",
43578
- ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method envia escritas malformadas. Aponte este pedido para um ambiente de teste ou um mock, não para produção.",
43727
+ ":method sends malformed writes. Point this request at a staging environment or a mock, not production.": ":method envia escritas malformadas. Aponte este request para um ambiente de teste ou um mock, não para produção.",
43579
43728
  "Sending malformed inputs...": "A enviar entradas malformadas...",
43580
- "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Gera variantes malformadas deste corpo de pedido e assinala respostas que falham (5xx) ou aceitam entradas inválidas. Escolha uma especificação fixada para entradas mais ricas ou faça fuzzing ao corpo do pedido tal como está.",
43729
+ "Generates malformed variants of this request body and flags responses that crash (5xx) or accept invalid input. Pick a pinned spec for richer inputs, or fuzz the request body as-is.": "Gera variantes malformadas deste corpo de request e assinala respostas que falham (5xx) ou aceitam entradas inválidas. Escolha uma especificação fixada para entradas mais ricas ou faça fuzzing ao corpo do request tal como está.",
43581
43730
  param,
43582
43731
  "No parameters declared in WSDL.": "Nenhum parâmetro declarado no WSDL.",
43583
43732
  WSDL,
@@ -43603,19 +43752,14 @@ const pt = {
43603
43752
  "Add description": "Adicionar descrição",
43604
43753
  "Description…": "Descrição…",
43605
43754
  "No schema defined. Enter a JSON Schema above.": "Nenhum esquema definido. Introduza um JSON Schema acima.",
43606
- "No response yet. Send the request first, then validate.": "Ainda não há resposta. Envie primeiro o pedido e depois valide.",
43755
+ "No response yet. Send the request first, then validate.": "Ainda não há resposta. Envie primeiro o request e depois valide.",
43607
43756
  "Schema is not valid JSON. Fix the syntax and try again.": "O esquema não é JSON válido. Corrija a sintaxe e tente novamente.",
43608
43757
  "Response body is not valid JSON and cannot be validated against a schema.": "O corpo da resposta não é JSON válido e não pode ser validado face a um esquema.",
43609
43758
  "Schema compile error: :message": "Erro de compilação do esquema: :message",
43610
- "Schema — a local scratch check.": "Esquema - uma verificação local rápida.",
43611
- "Validate this request's last response against a JSON Schema, right here. It is": "Valide a última resposta deste pedido face a um JSON Schema, aqui mesmo. Não é",
43612
- "not saved to the contract and not published": "guardado no contrato nem publicado",
43613
- "— a dev-time sanity check only. To define what the provider": "- apenas uma verificação de sanidade em tempo de desenvolvimento. Para definir o que o fornecedor",
43614
43759
  must,
43615
- "return (which drives contract testing), use the": "devolver (o que orienta os testes de contrato), use o separador",
43616
43760
  "tab.": ".",
43617
43761
  "JSON Schema (draft-07+)": "JSON Schema (draft-07+)",
43618
- "Copy the body schema from this request's contract": "Copiar o esquema do corpo do contrato deste pedido",
43762
+ "Copy the body schema from this request's contract": "Copiar o esquema do corpo do contrato deste request",
43619
43763
  "No contract body schema defined yet": "Ainda não há esquema de corpo de contrato definido",
43620
43764
  "Derive from contract": "Derivar do contrato",
43621
43765
  Validate,
@@ -43624,11 +43768,7 @@ const pt = {
43624
43768
  "Valid: response matches the schema.": "Válido: a resposta corresponde ao esquema.",
43625
43769
  "Invalid: :count error|Invalid: :count errors": "Inválido: :count erro|Inválido: :count erros",
43626
43770
  "Contract.": "Contrato.",
43627
- "What this request": "O que este pedido",
43628
43771
  expects,
43629
- "from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the": "do fornecedor: estado, cabeçalhos e estrutura do corpo (um JSON Schema). É verificado face à resposta no painel",
43630
- "panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the": "e é o lado do consumidor dos testes de contrato (verificação de consumidor e bidirecional), alimentando o portão",
43631
- "gate. For a quick body check that runs on every send, use the": ". Para uma verificação rápida do corpo executada em cada envio, use o separador",
43632
43772
  Schema,
43633
43773
  "Contract defined - will be verified in Contract panel": "Contrato definido - será verificado no painel Contrato",
43634
43774
  "No contract defined yet": "Ainda não há contrato definido",
@@ -43640,7 +43780,7 @@ const pt = {
43640
43780
  "Expected value (optional)": "Valor esperado (opcional)",
43641
43781
  "Expected Response Body Schema (JSON Schema)": "Esquema esperado do corpo da resposta (JSON Schema)",
43642
43782
  "Generate schema from last response": "Gerar esquema a partir da última resposta",
43643
- "Send the request first": "Envie primeiro o pedido",
43783
+ "Send the request first": "Envie primeiro o request",
43644
43784
  "Inferring…": "A inferir…",
43645
43785
  "⚡ Infer from response": "⚡ Inferir a partir da resposta",
43646
43786
  "Applies when the response is a stream (": "Aplica-se quando a resposta é um stream (",
@@ -43670,20 +43810,20 @@ const pt = {
43670
43810
  Variables,
43671
43811
  "Format JSON variables": "Formatar variáveis JSON",
43672
43812
  "Example:": "Exemplo:",
43673
- "HTTP request": "Pedido HTTP",
43813
+ "HTTP request": "Request HTTP",
43674
43814
  "SOAP - endpoint and method are derived from the WSDL": "SOAP - o endpoint e o método são derivados do WSDL",
43675
43815
  "gRPC - proto-defined services over HTTP/2": "gRPC - serviços definidos em proto sobre HTTP/2",
43676
43816
  VERB,
43677
43817
  "Type any HTTP method": "Escreva qualquer método HTTP",
43678
43818
  "Custom…": "Personalizado…",
43679
- "SOAP requests are always POST": "Os pedidos SOAP são sempre POST",
43819
+ "SOAP requests are always POST": "Os requests SOAP são sempre POST",
43680
43820
  "gRPC target is host:port": "O alvo gRPC é host:port",
43681
43821
  "Endpoint (auto-filled from WSDL <soap:address>)": "Endpoint (preenchido automaticamente a partir de <soap:address> do WSDL)",
43682
43822
  "Hooks enabled - click to disable": "Hooks ativados - clique para desativar",
43683
43823
  "Hooks disabled - click to enable": "Hooks desativados - clique para ativar",
43684
43824
  hooks,
43685
43825
  "Send (Cmd/Ctrl+Enter)": "Enviar (Cmd/Ctrl+Enter)",
43686
- "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Fazer fuzzing a este pedido com entradas malformadas (abre uma caixa de diálogo; nada é enviado até confirmar)",
43826
+ "Fuzz this request with malformed inputs (opens a dialog; nothing is sent until you confirm)": "Fazer fuzzing a este request com entradas malformadas (abre uma caixa de diálogo; nada é enviado até confirmar)",
43687
43827
  fuzz,
43688
43828
  " (expires in :secs)": " (expira em :secs)",
43689
43829
  " (EXPIRED)": " (EXPIRADO)",
@@ -43706,7 +43846,7 @@ const pt = {
43706
43846
  "Get Token": "Obter token",
43707
43847
  "Token:": "Token:",
43708
43848
  "Loading editor…": "A carregar editor…",
43709
- "No request body.": "Sem corpo de pedido.",
43849
+ "No request body.": "Sem corpo de request.",
43710
43850
  field,
43711
43851
  "The response view hit an error": "A vista de resposta encontrou um erro",
43712
43852
  Dismiss,
@@ -43715,7 +43855,35 @@ const pt = {
43715
43855
  "Update with": "Atualizar com",
43716
43856
  Copied,
43717
43857
  "Skip this version": "Ignorar esta versão",
43718
- Later
43858
+ Later,
43859
+ Level,
43860
+ Basic,
43861
+ Standard,
43862
+ Aggressive,
43863
+ "Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering.": "Básico: falhas estruturais. Padrão: + strings-limite e naughty. Agressivo: + sondas de injeção e manipulação de cabeçalhos.",
43864
+ "1. Create a collection": "1. Criar uma coleção",
43865
+ "Collections group related requests. Click the + to add your first one.": "As coleções agrupam requests relacionados. Clica no + para criar a primeira.",
43866
+ "2. Add an environment": "2. Adicionar um ambiente",
43867
+ "Environments hold variables like base URLs and tokens. Open this to create one and switch between them.": "Os ambientes guardam variáveis como URLs base e tokens. Abre isto para criar um e alternar entre eles.",
43868
+ "3. Add a request": "3. Adicionar um request",
43869
+ "Right-click a collection (or open its ⋯ menu) and choose New request to start sending.": "Clica com o botão direito numa coleção (ou abre o menu ⋯) e escolhe «Novo request» para começar a enviar.",
43870
+ "Step :n of :total": "Passo :n de :total",
43871
+ "Skip tour": "Ignorar visita",
43872
+ Next,
43873
+ "4. Replay from History": "4. Repetir a partir do histórico",
43874
+ "Every request you send is recorded here. Click any entry to inspect or replay it.": "Cada request que envias fica registado aqui. Clica numa entrada para o inspecionar ou repetir.",
43875
+ "5. Contract testing and fuzzing": "5. Testes de contrato e fuzzing",
43876
+ "Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.": "Valida as respostas em relação a um contrato OpenAPI, ou faz fuzzing da tua API para revelar falhas e violações da spec.",
43877
+ "6. Mock servers": "6. Servidores mock",
43878
+ "Spin up a local mock server from your requests to develop against before the real API is ready.": "Inicia um servidor mock local a partir dos teus requests para desenvolver antes de a API real estar pronta.",
43879
+ "7. Open from Git": "7. Abrir a partir do Git",
43880
+ "Open a workspace straight from a Git repository to share collections with your team.": "Abre um espaço de trabalho diretamente a partir de um repositório Git para partilhar coleções com a tua equipa.",
43881
+ "Product tour": "Visita ao produto",
43882
+ "Restart tour": "Reiniciar visita",
43883
+ "Replay the guided walkthrough of collections, environments and requests.": "Reproduz o guia de coleções, ambientes e requests.",
43884
+ "Schema: a local scratch check.": "Schema: uma verificação local rápida.",
43885
+ "Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab.": "Valida a última resposta deste request aqui mesmo contra um JSON Schema. **Não é guardada no contract nem publicada**. Apenas uma verificação de sanidade em desenvolvimento. Para definir o que o provider *deve* devolver (o que orienta os testes de contract), usa o separador **Contract**.",
43886
+ "What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab.": "O que este request *espera* do provider: estado, headers e forma do body (um JSON Schema). É verificado contra a resposta no painel **Contract** e é o lado consumidor dos testes de contract (verificação de consumidor e bidirecional), que alimenta a gate `deploy-check`. Para uma verificação rápida do body a cada envio, usa o separador **Schema**."
43719
43887
  };
43720
43888
  const CATALOGS = { en, de, fr, es, it, nl, pt };
43721
43889
  const LOCALES = {
@@ -52814,8 +52982,8 @@ function jsonWithComments() {
52814
52982
  function xmlWithComments() {
52815
52983
  return [xml(), commentKeymap];
52816
52984
  }
52817
- const GraphQLEditor = reactExports.lazy(() => __vitePreload(() => import("./GraphQLEditor-CegyHBoY.js"), true ? [] : void 0, import.meta.url).then((m) => ({ default: m.GraphQLEditor })));
52818
- const SoapEditor = reactExports.lazy(() => __vitePreload(() => import("./SoapEditor-BjZHo7Xf.js"), true ? [] : void 0, import.meta.url).then((m) => ({ default: m.SoapEditor })));
52985
+ const GraphQLEditor = reactExports.lazy(() => __vitePreload(() => import("./GraphQLEditor-Caafu60-.js"), true ? [] : void 0, import.meta.url).then((m) => ({ default: m.GraphQLEditor })));
52986
+ const SoapEditor = reactExports.lazy(() => __vitePreload(() => import("./SoapEditor-uTnyfTVp.js"), true ? [] : void 0, import.meta.url).then((m) => ({ default: m.SoapEditor })));
52819
52987
  function BodyTab({ request: request2, onChange }) {
52820
52988
  const t2 = useT();
52821
52989
  const editorFallback = /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "p-4 text-xs text-surface-500", children: t2("Loading editor…") });
@@ -60149,6 +60317,15 @@ const require$$3 = {
60149
60317
  })(ajv$1, ajv$1.exports);
60150
60318
  var ajvExports = ajv$1.exports;
60151
60319
  const Ajv = /* @__PURE__ */ getDefaultExportFromCjs(ajvExports);
60320
+ const RICH_RE = /(\*\*[^*]+\*\*|\*[^*]+\*|`[^`]+`)/g;
60321
+ function renderMarkup(text) {
60322
+ return text.split(RICH_RE).map((part, i) => {
60323
+ if (part.startsWith("**") && part.endsWith("**")) return /* @__PURE__ */ jsxRuntimeExports.jsx("strong", { children: part.slice(2, -2) }, i);
60324
+ if (part.startsWith("*") && part.endsWith("*")) return /* @__PURE__ */ jsxRuntimeExports.jsx("em", { children: part.slice(1, -1) }, i);
60325
+ if (part.startsWith("`") && part.endsWith("`")) return /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-mono", children: part.slice(1, -1) }, i);
60326
+ return part;
60327
+ });
60328
+ }
60152
60329
  const ajv = new Ajv({ allErrors: true, strict: false });
60153
60330
  function SchemaTab({ request: request2, onChange }) {
60154
60331
  const t2 = useT();
@@ -60207,21 +60384,9 @@ function SchemaTab({ request: request2, onChange }) {
60207
60384
  }
60208
60385
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col gap-3", children: [
60209
60386
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "rounded-lg border border-amber-700/40 bg-amber-950/20 px-3 py-2 text-[11px] leading-relaxed text-amber-200/90", children: [
60210
- /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-semibold text-amber-300", children: t2("Schema a local scratch check.") }),
60211
- " ",
60212
- t2("Validate this request's last response against a JSON Schema, right here. It is"),
60213
- " ",
60214
- /* @__PURE__ */ jsxRuntimeExports.jsx("strong", { children: t2("not saved to the contract and not published") }),
60215
- " ",
60216
- t2("— a dev-time sanity check only. To define what the provider"),
60217
- " ",
60218
- /* @__PURE__ */ jsxRuntimeExports.jsx("em", { children: t2("must") }),
60219
- " ",
60220
- t2("return (which drives contract testing), use the"),
60387
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-semibold text-amber-300", children: t2("Schema: a local scratch check.") }),
60221
60388
  " ",
60222
- /* @__PURE__ */ jsxRuntimeExports.jsx("strong", { children: t2("Contract") }),
60223
- " ",
60224
- t2("tab.")
60389
+ renderMarkup(t2("Validate this request's last response against a JSON Schema, right here. It is **not saved to the contract and not published**. A dev-time sanity check only. To define what the provider *must* return (which drives contract testing), use the **Contract** tab."))
60225
60390
  ] }),
60226
60391
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center justify-between", children: [
60227
60392
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-[10px] text-surface-600 uppercase tracking-wider font-medium", children: t2("JSON Schema (draft-07+)") }),
@@ -60323,23 +60488,7 @@ function ContractTab({ request: request2, onChange }) {
60323
60488
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "rounded-lg border border-blue-700/50 bg-blue-950/30 px-3 py-2 text-[11px] leading-relaxed text-blue-200/90", children: [
60324
60489
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-semibold text-blue-300", children: t2("Contract.") }),
60325
60490
  " ",
60326
- t2("What this request"),
60327
- " ",
60328
- /* @__PURE__ */ jsxRuntimeExports.jsx("em", { children: t2("expects") }),
60329
- " ",
60330
- t2("from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the"),
60331
- " ",
60332
- /* @__PURE__ */ jsxRuntimeExports.jsx("strong", { children: t2("Contract") }),
60333
- " ",
60334
- t2("panel and is the consumer side of contract testing (consumer & bi-directional verify), feeding the"),
60335
- " ",
60336
- /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-mono", children: "deploy-check" }),
60337
- " ",
60338
- t2("gate. For a quick body check that runs on every send, use the"),
60339
- " ",
60340
- /* @__PURE__ */ jsxRuntimeExports.jsx("strong", { children: t2("Schema") }),
60341
- " ",
60342
- t2("tab.")
60491
+ renderMarkup(t2("What this request *expects* from the provider: status, headers, and body shape (a JSON Schema). It is checked against the response in the **Contract** panel and is the consumer side of contract testing (consumer and bi-directional verify), feeding the `deploy-check` gate. For a quick body check that runs on every send, use the **Schema** tab."))
60343
60492
  ] }),
60344
60493
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: `flex items-center gap-2 px-3 py-2 rounded-lg text-xs border ${hasContract2 ? "bg-blue-950/40 border-blue-700 text-blue-300" : "bg-surface-800 border-surface-700 text-surface-500"}`, children: [
60345
60494
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: `w-2 h-2 rounded-full ${hasContract2 ? "bg-blue-400" : "bg-surface-600"}` }),
@@ -61096,6 +61245,7 @@ function FuzzModal({ request: request2, onClose }) {
61096
61245
  const collections = useStore((s) => s.collections);
61097
61246
  const snapshots = useStore((s) => s.contractSnapshots);
61098
61247
  const activeSnapshotRelPath = useStore((s) => s.activeContractSnapshotRelPath);
61248
+ const [level, setLevel] = reactExports.useState("standard");
61099
61249
  const [cases, setCases] = reactExports.useState(40);
61100
61250
  const [seed, setSeed] = reactExports.useState(1);
61101
61251
  const [trace, setTrace] = reactExports.useState(true);
@@ -61119,6 +61269,7 @@ function FuzzModal({ request: request2, onClose }) {
61119
61269
  collectionVars,
61120
61270
  specSnapshotRelPath: snapshotRelPath || void 0,
61121
61271
  // No providerBaseUrl: the request is fuzzed against its own URL.
61272
+ level,
61122
61273
  casesPerOperation: cases,
61123
61274
  seed,
61124
61275
  trace,
@@ -61141,6 +61292,23 @@ function FuzzModal({ request: request2, onClose }) {
61141
61292
  panelClassName: "bg-surface-900 border border-surface-800 rounded-lg shadow-2xl w-[720px] flex flex-col max-h-[85vh]",
61142
61293
  children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col min-h-0 flex-1", children: [
61143
61294
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-end gap-3 px-4 py-3 border-b border-surface-800 flex-shrink-0 flex-wrap", children: [
61295
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { className: "flex flex-col gap-1", children: [
61296
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-[10px] uppercase tracking-wider text-surface-600 font-medium", children: t2("Level") }),
61297
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
61298
+ "select",
61299
+ {
61300
+ value: level,
61301
+ onChange: (e) => setLevel(e.target.value),
61302
+ title: t2("Basic: structural faults. Standard: + boundary and naughty strings. Aggressive: + injection probes and header tampering."),
61303
+ className: "bg-surface-800 border border-surface-700 rounded px-2 py-1 text-xs focus:outline-none focus:border-blue-500",
61304
+ children: [
61305
+ /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "basic", children: t2("Basic") }),
61306
+ /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "standard", children: t2("Standard") }),
61307
+ /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "aggressive", children: t2("Aggressive") })
61308
+ ]
61309
+ }
61310
+ )
61311
+ ] }),
61144
61312
  /* @__PURE__ */ jsxRuntimeExports.jsxs("label", { className: "flex flex-col gap-1", children: [
61145
61313
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-[10px] uppercase tracking-wider text-surface-600 font-medium", children: t2("Cases") }),
61146
61314
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -64117,7 +64285,7 @@ function WelcomeScreen() {
64117
64285
  )
64118
64286
  ] }),
64119
64287
  /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-surface-400 text-sm max-w-sm", children: t2("Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine.") }),
64120
- /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-[11px] mt-3", style: { color: "var(--text-muted)" }, children: t2("version :version", { version: "0.5.5" }) })
64288
+ /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-[11px] mt-3", style: { color: "var(--text-muted)" }, children: t2("version :version", { version: "0.5.6" }) })
64121
64289
  ] }),
64122
64290
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col gap-3 w-64", children: [
64123
64291
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -64838,6 +65006,7 @@ function EnvironmentBar({ inline = false }) {
64838
65006
  /* @__PURE__ */ jsxRuntimeExports.jsx(
64839
65007
  "button",
64840
65008
  {
65009
+ "data-tour": "environment-bar",
64841
65010
  onClick: () => setShowEditor(true),
64842
65011
  className: "text-blue-400 hover:text-blue-300 transition-colors text-xs",
64843
65012
  children: activeEnv ? t2("Edit") : t2("Manage")
@@ -64851,6 +65020,161 @@ function EnvironmentBar({ inline = false }) {
64851
65020
  controls
64852
65021
  ] });
64853
65022
  }
65023
+ const SEEN_KEY = "productTourSeen";
65024
+ const CARD_W = 320;
65025
+ const START_TOUR_EVENT = "apispector:start-tour";
65026
+ function ProductTour() {
65027
+ const t2 = useT();
65028
+ const workspace = useStore((s) => s.workspace);
65029
+ const setSidebarTab = useStore((s) => s.setSidebarTab);
65030
+ const [active2, setActive2] = reactExports.useState(false);
65031
+ const [i, setI] = reactExports.useState(0);
65032
+ const [rect, setRect] = reactExports.useState(null);
65033
+ const steps = [
65034
+ {
65035
+ target: "new-collection",
65036
+ title: t2("1. Create a collection"),
65037
+ body: t2("Collections group related requests. Click the + to add your first one.")
65038
+ },
65039
+ {
65040
+ target: "environment-bar",
65041
+ title: t2("2. Add an environment"),
65042
+ body: t2("Environments hold variables like base URLs and tokens. Open this to create one and switch between them.")
65043
+ },
65044
+ {
65045
+ target: "collections-panel",
65046
+ title: t2("3. Add a request"),
65047
+ body: t2("Right-click a collection (or open its ⋯ menu) and choose New request to start sending.")
65048
+ },
65049
+ {
65050
+ target: "history",
65051
+ title: t2("4. Replay from History"),
65052
+ body: t2("Every request you send is recorded here. Click any entry to inspect or replay it.")
65053
+ },
65054
+ {
65055
+ target: "contracts",
65056
+ title: t2("5. Contract testing and fuzzing"),
65057
+ body: t2("Validate responses against an OpenAPI contract, or fuzz your API to surface crashes and spec violations.")
65058
+ },
65059
+ {
65060
+ target: "mocks",
65061
+ title: t2("6. Mock servers"),
65062
+ body: t2("Spin up a local mock server from your requests to develop against before the real API is ready.")
65063
+ },
65064
+ {
65065
+ target: "git",
65066
+ title: t2("7. Open from Git"),
65067
+ body: t2("Open a workspace straight from a Git repository to share collections with your team.")
65068
+ }
65069
+ ];
65070
+ reactExports.useEffect(() => {
65071
+ if (!workspace || active2) return;
65072
+ let seen2 = true;
65073
+ try {
65074
+ seen2 = localStorage.getItem(SEEN_KEY) === "1";
65075
+ } catch {
65076
+ seen2 = false;
65077
+ }
65078
+ if (seen2) return;
65079
+ try {
65080
+ localStorage.setItem(SEEN_KEY, "1");
65081
+ } catch {
65082
+ }
65083
+ setSidebarTab("collections");
65084
+ setActive2(true);
65085
+ }, [workspace, active2, setSidebarTab]);
65086
+ const targetSel = active2 ? steps[i].target : null;
65087
+ reactExports.useLayoutEffect(() => {
65088
+ if (!targetSel) return;
65089
+ const measure = () => {
65090
+ const el = document.querySelector(`[data-tour="${targetSel}"]`);
65091
+ setRect(el ? el.getBoundingClientRect() : null);
65092
+ };
65093
+ measure();
65094
+ window.addEventListener("resize", measure);
65095
+ const id2 = window.setInterval(measure, 300);
65096
+ return () => {
65097
+ window.removeEventListener("resize", measure);
65098
+ window.clearInterval(id2);
65099
+ };
65100
+ }, [targetSel]);
65101
+ reactExports.useEffect(() => {
65102
+ if (!active2) return;
65103
+ const onKey = (e) => {
65104
+ if (e.key === "Escape") setActive2(false);
65105
+ };
65106
+ window.addEventListener("keydown", onKey);
65107
+ return () => window.removeEventListener("keydown", onKey);
65108
+ }, [active2]);
65109
+ reactExports.useEffect(() => {
65110
+ const onStart = () => {
65111
+ setI(0);
65112
+ setRect(null);
65113
+ setSidebarTab("collections");
65114
+ setActive2(true);
65115
+ };
65116
+ window.addEventListener(START_TOUR_EVENT, onStart);
65117
+ return () => window.removeEventListener(START_TOUR_EVENT, onStart);
65118
+ }, [setSidebarTab]);
65119
+ if (!active2) return null;
65120
+ const step = steps[i];
65121
+ const last = i === steps.length - 1;
65122
+ const finish = () => setActive2(false);
65123
+ const next = () => last ? finish() : setI(i + 1);
65124
+ const back = () => setI(Math.max(0, i - 1));
65125
+ const pad = 6;
65126
+ const hole = rect ? { top: rect.top - pad, left: rect.left - pad, width: rect.width + pad * 2, height: rect.height + pad * 2 } : null;
65127
+ const CARD_H = 200;
65128
+ let cardLeft = window.innerWidth / 2 - CARD_W / 2;
65129
+ let cardTop = window.innerHeight / 2 - 90;
65130
+ if (rect) {
65131
+ const clampTop = (top2) => Math.min(Math.max(12, top2), Math.max(12, window.innerHeight - CARD_H - 12));
65132
+ if (rect.width < 120 && rect.right + 14 + CARD_W + 12 <= window.innerWidth) {
65133
+ cardLeft = rect.right + 14;
65134
+ cardTop = clampTop(rect.top);
65135
+ } else {
65136
+ cardLeft = Math.min(Math.max(12, rect.left), window.innerWidth - CARD_W - 12);
65137
+ cardTop = rect.bottom + 14 + CARD_H <= window.innerHeight ? rect.bottom + 14 : Math.max(12, rect.top - CARD_H - 14);
65138
+ }
65139
+ }
65140
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "fixed inset-0 z-[100]", children: [
65141
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "absolute inset-0" }),
65142
+ hole ? /* @__PURE__ */ jsxRuntimeExports.jsx(
65143
+ "div",
65144
+ {
65145
+ className: "absolute rounded-md pointer-events-none transition-all",
65146
+ style: {
65147
+ top: hole.top,
65148
+ left: hole.left,
65149
+ width: hole.width,
65150
+ height: hole.height,
65151
+ boxShadow: "0 0 0 9999px rgba(0,0,0,0.6)",
65152
+ outline: "2px solid #3b82f6",
65153
+ outlineOffset: "2px"
65154
+ }
65155
+ }
65156
+ ) : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "absolute inset-0 bg-black/60" }),
65157
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
65158
+ "div",
65159
+ {
65160
+ className: "absolute bg-surface-900 border border-surface-700 rounded-lg shadow-2xl p-4 flex flex-col gap-2",
65161
+ style: { top: cardTop, left: cardLeft, width: CARD_W },
65162
+ children: [
65163
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center justify-between", children: [
65164
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-[10px] uppercase tracking-wider text-surface-500", children: t2("Step :n of :total", { n: i + 1, total: steps.length }) }),
65165
+ /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: finish, className: "text-surface-500 hover:text-surface-300 text-xs", children: t2("Skip tour") })
65166
+ ] }),
65167
+ /* @__PURE__ */ jsxRuntimeExports.jsx("h3", { className: "text-sm font-semibold text-white", children: step.title }),
65168
+ /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-xs text-surface-300 leading-relaxed", children: step.body }),
65169
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center justify-end gap-2 pt-1", children: [
65170
+ i > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: back, className: "px-3 py-1 text-xs rounded border border-surface-700 text-surface-300 hover:bg-surface-800 transition-colors", children: t2("Back") }),
65171
+ /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: next, className: "px-3 py-1 text-xs rounded bg-blue-600 hover:bg-blue-500 text-white transition-colors", children: last ? t2("Done") : t2("Next") })
65172
+ ] })
65173
+ ]
65174
+ }
65175
+ )
65176
+ ] });
65177
+ }
64854
65178
  const { electron: electron$f } = window;
64855
65179
  const DEFAULT_PII_PATTERNS = ["authorization", "password", "token", "secret", "api-key", "x-api-key"];
64856
65180
  const ZOOM_STEPS = [0.75, 0.9, 1, 1.1, 1.25, 1.5];
@@ -65059,6 +65383,23 @@ function WorkspaceSettingsModal({ onClose }) {
65059
65383
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-surface-200", children: t2("Persist request history") }),
65060
65384
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-surface-600 text-[11px]", children: t2("Save history to history.json in the workspace folder so it survives restarts. The file is gitignored. Off by default; history stays in memory otherwise.") })
65061
65385
  ] })
65386
+ ] }),
65387
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-start justify-between gap-3 mt-2", children: [
65388
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "flex flex-col gap-0.5", children: [
65389
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-surface-200", children: t2("Product tour") }),
65390
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-surface-600 text-[11px]", children: t2("Replay the guided walkthrough of collections, environments and requests.") })
65391
+ ] }),
65392
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
65393
+ "button",
65394
+ {
65395
+ onClick: () => {
65396
+ onClose();
65397
+ window.dispatchEvent(new CustomEvent(START_TOUR_EVENT));
65398
+ },
65399
+ className: "flex-shrink-0 px-3 py-1.5 rounded border border-surface-700 text-surface-200 hover:bg-surface-800 transition-colors",
65400
+ children: t2("Restart tour")
65401
+ }
65402
+ )
65062
65403
  ] })
65063
65404
  ] }),
65064
65405
  activeTab === "appearance" && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
@@ -71991,7 +72332,7 @@ function CommandPalette() {
71991
72332
  }
71992
72333
  const { electron: electron$1 } = window;
71993
72334
  const DISMISS_KEY = "apiSpectorUpdateSkipped";
71994
- function UpdateModal() {
72335
+ function UpdateToast() {
71995
72336
  const t2 = useT();
71996
72337
  const [info, setInfo] = reactExports.useState(null);
71997
72338
  const [copied, setCopied] = reactExports.useState(false);
@@ -72027,28 +72368,24 @@ function UpdateModal() {
72027
72368
  }).catch(() => {
72028
72369
  });
72029
72370
  };
72030
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
72031
- Modal,
72032
- {
72033
- onClose: later,
72034
- title: t2("Update available"),
72035
- panelClassName: "bg-surface-900 border border-surface-800 rounded-lg shadow-2xl flex flex-col w-[26rem]",
72036
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "p-4 flex flex-col gap-3 text-sm", children: [
72037
- /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-surface-200", children: t2("API Spector :latest is available. You have :current.", { latest: info.latest, current: info.current }) }),
72038
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
72039
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-[10px] uppercase tracking-wider text-surface-500 mb-1", children: t2("Update with") }),
72040
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-1", children: [
72041
- /* @__PURE__ */ jsxRuntimeExports.jsx("code", { className: "flex-1 text-[11px] font-mono text-blue-300 bg-black/40 border border-surface-800 rounded px-2 py-1.5 select-all break-all", children: info.command }),
72042
- /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: copy2, className: "px-2 py-1.5 text-xs rounded bg-surface-700 hover:bg-surface-600 transition-colors", children: copied ? t2("Copied") : t2("Copy") })
72043
- ] })
72044
- ] }),
72045
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex justify-end gap-2 pt-1", children: [
72046
- /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: skip, className: "px-3 py-1.5 text-xs rounded border border-surface-700 text-surface-300 hover:bg-surface-800 transition-colors", children: t2("Skip this version") }),
72047
- /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: later, className: "px-3 py-1.5 text-xs rounded bg-blue-700 hover:bg-blue-600 text-white transition-colors", children: t2("Later") })
72048
- ] })
72371
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "fixed bottom-4 right-4 z-[80] w-80 bg-surface-900 border border-surface-700 rounded-lg shadow-2xl overflow-hidden", children: [
72372
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-start gap-2 px-3 pt-3", children: [
72373
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "mt-1 w-2 h-2 rounded-full bg-blue-500 flex-shrink-0" }),
72374
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex-1 min-w-0", children: [
72375
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-sm font-semibold text-white", children: t2("Update available") }),
72376
+ /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-xs text-surface-300 mt-0.5", children: t2("API Spector :latest is available. You have :current.", { latest: info.latest, current: info.current }) })
72377
+ ] }),
72378
+ /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: later, title: t2("Later"), className: "text-surface-500 hover:text-surface-300 text-base leading-none px-0.5", children: "×" })
72379
+ ] }),
72380
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "px-3 pt-2", children: [
72381
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-[10px] uppercase tracking-wider text-surface-500 mb-1", children: t2("Update with") }),
72382
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-1", children: [
72383
+ /* @__PURE__ */ jsxRuntimeExports.jsx("code", { className: "flex-1 text-[11px] font-mono text-blue-300 bg-surface-950 border border-surface-800 rounded px-2 py-1.5 select-all break-all", children: info.command }),
72384
+ /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: copy2, className: "px-2 py-1.5 text-xs rounded bg-surface-700 hover:bg-surface-600 transition-colors", children: copied ? t2("Copied") : t2("Copy") })
72049
72385
  ] })
72050
- }
72051
- );
72386
+ ] }),
72387
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex justify-end px-3 py-2", children: /* @__PURE__ */ jsxRuntimeExports.jsx("button", { onClick: skip, className: "px-2.5 py-1 text-[11px] rounded text-surface-400 hover:text-surface-200 hover:bg-surface-800 transition-colors", children: t2("Skip this version") }) })
72388
+ ] });
72052
72389
  }
72053
72390
  const { electron } = window;
72054
72391
  function IconCollections() {
@@ -72079,14 +72416,16 @@ function IconGit() {
72079
72416
  /* @__PURE__ */ jsxRuntimeExports.jsx("path", { d: "M6 8.5 C6 13 18 10 18 8.5" })
72080
72417
  ] });
72081
72418
  }
72419
+ const WELCOME_SCREEN_DELAY_MS = 1500;
72082
72420
  function ActivityBarBtn({
72083
72421
  active: active2,
72084
72422
  onClick,
72085
72423
  title: title2,
72086
72424
  badge,
72087
- children
72425
+ children,
72426
+ dataTour
72088
72427
  }) {
72089
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative group/ab", children: [
72428
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative group/ab", "data-tour": dataTour, children: [
72090
72429
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
72091
72430
  "button",
72092
72431
  {
@@ -72215,9 +72554,12 @@ function App() {
72215
72554
  };
72216
72555
  }, []);
72217
72556
  reactExports.useEffect(() => {
72218
- electron.getLastWorkspace().then((result) => {
72219
- if (result) applyWorkspace(result.workspace, result.workspacePath);
72220
- });
72557
+ const id2 = setTimeout(() => {
72558
+ electron.getLastWorkspace().then((result) => {
72559
+ if (result) applyWorkspace(result.workspace, result.workspacePath);
72560
+ });
72561
+ }, WELCOME_SCREEN_DELAY_MS);
72562
+ return () => clearTimeout(id2);
72221
72563
  }, [applyWorkspace]);
72222
72564
  reactExports.useEffect(() => {
72223
72565
  electron.onOpenFromGit(async (repoUrl) => {
@@ -72314,7 +72656,8 @@ function App() {
72314
72656
  /* @__PURE__ */ jsxRuntimeExports.jsx(CoverageModal, {}),
72315
72657
  /* @__PURE__ */ jsxRuntimeExports.jsx(CompareModal, {}),
72316
72658
  /* @__PURE__ */ jsxRuntimeExports.jsx(CommandPalette, {}),
72317
- /* @__PURE__ */ jsxRuntimeExports.jsx(UpdateModal, {}),
72659
+ /* @__PURE__ */ jsxRuntimeExports.jsx(UpdateToast, {}),
72660
+ /* @__PURE__ */ jsxRuntimeExports.jsx(ProductTour, {}),
72318
72661
  docsModalOpen && /* @__PURE__ */ jsxRuntimeExports.jsx(DocsGeneratorModal, { onClose: () => setDocsModalOpen(false) }),
72319
72662
  window.electron.platform !== "win32" && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "drag-region flex-shrink-0 bg-surface-950 flex items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "no-drag text-[11px] font-medium tracking-widest select-none", style: { color: "var(--text-muted)" }, children: [
72320
72663
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { color: "var(--wordmark-muted)" }, children: "API" }),
@@ -72322,7 +72665,7 @@ function App() {
72322
72665
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { color: "#6aa3c8" }, children: "Spector" }),
72323
72666
  /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "ml-2 text-[10px] font-normal opacity-50", children: [
72324
72667
  "v",
72325
- "0.5.5"
72668
+ "0.5.6"
72326
72669
  ] }),
72327
72670
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "mx-2 opacity-30", children: "·" }),
72328
72671
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -72354,6 +72697,7 @@ function App() {
72354
72697
  onClick: () => selectPanel("history"),
72355
72698
  title: t2("History"),
72356
72699
  badge: historyCount,
72700
+ dataTour: "history",
72357
72701
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(IconHistory, {})
72358
72702
  }
72359
72703
  ),
@@ -72363,6 +72707,7 @@ function App() {
72363
72707
  active: sidebarOpen && sidebarTab === "mocks",
72364
72708
  onClick: () => selectPanel("mocks"),
72365
72709
  title: t2("Mock servers"),
72710
+ dataTour: "mocks",
72366
72711
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(IconMock, {})
72367
72712
  }
72368
72713
  ),
@@ -72372,6 +72717,7 @@ function App() {
72372
72717
  active: sidebarOpen && sidebarTab === "contracts",
72373
72718
  onClick: () => selectPanel("contracts"),
72374
72719
  title: t2("Contract testing"),
72720
+ dataTour: "contracts",
72375
72721
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(IconContract, {})
72376
72722
  }
72377
72723
  ),
@@ -72381,12 +72727,13 @@ function App() {
72381
72727
  active: sidebarOpen && sidebarTab === "git",
72382
72728
  onClick: () => selectPanel("git"),
72383
72729
  title: t2("Git"),
72730
+ dataTour: "git",
72384
72731
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(IconGit, {})
72385
72732
  }
72386
72733
  )
72387
72734
  ] }),
72388
72735
  sidebarOpen ? /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
72389
- /* @__PURE__ */ jsxRuntimeExports.jsxs("aside", { style: { width: sidebarWidth }, className: "flex-shrink-0 flex flex-col overflow-hidden", children: [
72736
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("aside", { "data-tour": "collections-panel", style: { width: sidebarWidth }, className: "flex-shrink-0 flex flex-col overflow-hidden", children: [
72390
72737
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "px-3 py-2 flex items-center justify-between border-b border-surface-800 flex-shrink-0", children: [
72391
72738
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-[10px] font-semibold uppercase tracking-widest text-surface-600", children: sidebarTab === "collections" ? t2("Collections") : sidebarTab === "history" ? t2("History") : sidebarTab === "mocks" ? t2("Mocks") : sidebarTab === "git" ? t2("Git") : t2("Contracts") }),
72392
72739
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-1.5", children: [
@@ -72394,6 +72741,7 @@ function App() {
72394
72741
  sidebarTab === "collections" && /* @__PURE__ */ jsxRuntimeExports.jsx(
72395
72742
  "button",
72396
72743
  {
72744
+ "data-tour": "new-collection",
72397
72745
  onClick: () => addCollection("New Collection"),
72398
72746
  title: t2("New collection"),
72399
72747
  className: "text-surface-600 hover:text-surface-300 transition-colors text-sm leading-none px-0.5",