@cat-factory/app 0.159.2 → 0.160.0
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.
- package/app/components/layout/IntegrationsHub.vue +9 -0
- package/app/components/panels/StepTestReport.logic.spec.ts +49 -0
- package/app/components/panels/StepTestReport.logic.ts +49 -0
- package/app/components/panels/StepTestReport.vue +44 -1
- package/app/components/providers/AiProviderOnboardingModal.vue +19 -1
- package/app/components/providers/PersonalCredentialModal.vue +3 -1
- package/app/components/providers/VendorCredentialsModal.vue +22 -0
- package/app/components/spec/ServiceSpecWindow.logic.spec.ts +108 -0
- package/app/components/spec/ServiceSpecWindow.logic.ts +71 -0
- package/app/components/spec/ServiceSpecWindow.vue +142 -1
- package/app/types/domain.ts +2 -0
- package/app/types/spec.ts +1 -0
- package/i18n/locales/de.json +35 -3
- package/i18n/locales/en.json +41 -3
- package/i18n/locales/es.json +35 -3
- package/i18n/locales/fr.json +35 -3
- package/i18n/locales/he.json +35 -3
- package/i18n/locales/it.json +35 -3
- package/i18n/locales/ja.json +35 -3
- package/i18n/locales/pl.json +35 -3
- package/i18n/locales/tr.json +35 -3
- package/i18n/locales/uk.json +35 -3
- package/package.json +2 -2
package/i18n/locales/de.json
CHANGED
|
@@ -1442,7 +1442,13 @@
|
|
|
1442
1442
|
"fixing": "· wird korrigiert…",
|
|
1443
1443
|
"tested": "Getestet",
|
|
1444
1444
|
"outcomes": "Ergebnisse",
|
|
1445
|
-
"concerns": "Bedenken"
|
|
1445
|
+
"concerns": "Bedenken",
|
|
1446
|
+
"requirementVerdicts": {
|
|
1447
|
+
"title": "Urteile je Anforderung",
|
|
1448
|
+
"met": "Erfüllt",
|
|
1449
|
+
"notMet": "Nicht erfüllt",
|
|
1450
|
+
"notCovered": "Nicht geprüft"
|
|
1451
|
+
}
|
|
1446
1452
|
},
|
|
1447
1453
|
"stepMeta": {
|
|
1448
1454
|
"stateLabel": "Status",
|
|
@@ -2022,6 +2028,9 @@
|
|
|
2022
2028
|
"label": "Anbieter und Schlüssel",
|
|
2023
2029
|
"description": "Workspace-LLM-Abonnements und Anbieter-API-Schlüssel."
|
|
2024
2030
|
},
|
|
2031
|
+
"personalSubs": {
|
|
2032
|
+
"label": "Persönliche Abonnements (Claude, ChatGPT/Codex, GLM)"
|
|
2033
|
+
},
|
|
2025
2034
|
"github": {
|
|
2026
2035
|
"description": "Verbinden Sie die GitHub-App des Workspace, durchsuchen Sie Repos, PRs und Issues."
|
|
2027
2036
|
},
|
|
@@ -2461,9 +2470,15 @@
|
|
|
2461
2470
|
"noModelBody": "Agents benötigen ein Modell zum Ausführen. KI funktioniert nur bei einem Cloudflare-Deployment mit aktiviertem Workers AI sofort; andernfalls verbinden Sie mindestens eine der unten stehenden Quellen.",
|
|
2462
2471
|
"operatorNote": "AWS Bedrock und Cloudflare Workers AI werden vom Deployment-Betreiber über die Umgebungskonfiguration aktiviert, nicht über diesen Bildschirm.",
|
|
2463
2472
|
"routes": {
|
|
2473
|
+
"personal": {
|
|
2474
|
+
"title": "Ihr Coding-Plan-Abonnement",
|
|
2475
|
+
"badge": "Am beliebtesten",
|
|
2476
|
+
"body": "Sie zahlen bereits für Claude, ChatGPT (Codex) oder einen GLM-Coding-Plan? Verbinden Sie ihn hier pro Benutzer, und Agents laufen auf dem pauschalen Kontingent, das Sie bereits haben.",
|
|
2477
|
+
"cta": "Mein Abonnement verbinden"
|
|
2478
|
+
},
|
|
2464
2479
|
"keys": {
|
|
2465
2480
|
"title": "Provider-Schlüssel & Abonnements",
|
|
2466
|
-
"body": "Fügen Sie einen direkten Provider-API-Schlüssel hinzu (OpenAI, Anthropic, Qwen, …) oder verbinden Sie ein kommerzielles Coding-Plan-Abonnement
|
|
2481
|
+
"body": "Fügen Sie einen direkten Provider-API-Schlüssel hinzu (OpenAI, Anthropic, Qwen, …) oder verbinden Sie ein kommerzielles Coding-Plan-Abonnement, das Teamnutzung erlaubt (Kimi, DeepSeek).",
|
|
2467
2482
|
"cta": "LLM-Vendors öffnen"
|
|
2468
2483
|
},
|
|
2469
2484
|
"openrouter": {
|
|
@@ -2580,7 +2595,11 @@
|
|
|
2580
2595
|
"proxy": "Proxys",
|
|
2581
2596
|
"personal": "Persönliche Abonnements"
|
|
2582
2597
|
},
|
|
2583
|
-
"poolIntro": "Verbinden Sie ein kommerzielles Coding-Plan-Abonnement (Kimi, DeepSeek), das Team-/Organisationsnutzung erlaubt, um Agent-Schritte über den Claude-Code-Harness statt eines API-Schlüssels auszuführen. Tokens werden verschlüsselt gespeichert, gepoolt und nach Nutzung rotiert. Abonnement-Modelle haben ein pauschales Kontingent, sodass sie Ihr Ausgabenbudget nicht belasten.
|
|
2598
|
+
"poolIntro": "Verbinden Sie ein kommerzielles Coding-Plan-Abonnement (Kimi, DeepSeek), das Team-/Organisationsnutzung erlaubt, um Agent-Schritte über den Claude-Code-Harness statt eines API-Schlüssels auszuführen. Tokens werden verschlüsselt gespeichert, gepoolt und nach Nutzung rotiert. Abonnement-Modelle haben ein pauschales Kontingent, sodass sie Ihr Ausgabenbudget nicht belasten.",
|
|
2599
|
+
"personalCallout": {
|
|
2600
|
+
"text": "Sie nutzen Ihren eigenen Coding-Plan von Claude, ChatGPT (Codex) oder GLM? Das sind Abonnements zur Einzelnutzung und werden pro Benutzer verbunden.",
|
|
2601
|
+
"cta": "Zu Persönliche Abonnements"
|
|
2602
|
+
},
|
|
2584
2603
|
"vendorField": "Vendor",
|
|
2585
2604
|
"labelField": "Bezeichnung (optional)",
|
|
2586
2605
|
"labelPlaceholder": "z. B. Arbeitskonto",
|
|
@@ -4479,6 +4498,19 @@
|
|
|
4479
4498
|
"nonfunctional": "Nicht-funktional",
|
|
4480
4499
|
"constraint": "Einschränkung"
|
|
4481
4500
|
},
|
|
4501
|
+
"state": {
|
|
4502
|
+
"established": "Nachgewiesen",
|
|
4503
|
+
"aspirational": "Angestrebt",
|
|
4504
|
+
"establishedCount": "Nachgewiesen: {count}",
|
|
4505
|
+
"aspirationalCount": "Angestrebt: {count}",
|
|
4506
|
+
"groupRollup": "Nachgewiesen: {established}/{total}",
|
|
4507
|
+
"rollupHint": "„Nachgewiesen“ bedeutet, dass ein Tester das Verhalten beobachtet hat; „angestrebt“ bedeutet, es ist vereinbart, aber noch nicht umgesetzt.",
|
|
4508
|
+
"noneMatchFilter": "Keine Anforderung in dieser Gruppe entspricht dem Filter.",
|
|
4509
|
+
"showAll": "Alle anzeigen",
|
|
4510
|
+
"filter": {
|
|
4511
|
+
"all": "Alle"
|
|
4512
|
+
}
|
|
4513
|
+
},
|
|
4482
4514
|
"acceptance": {
|
|
4483
4515
|
"given": "Angenommen",
|
|
4484
4516
|
"when": "Wenn",
|
package/i18n/locales/en.json
CHANGED
|
@@ -1202,7 +1202,13 @@
|
|
|
1202
1202
|
"fixing": "· fixing…",
|
|
1203
1203
|
"tested": "Tested",
|
|
1204
1204
|
"outcomes": "Outcomes",
|
|
1205
|
-
"concerns": "Concerns"
|
|
1205
|
+
"concerns": "Concerns",
|
|
1206
|
+
"requirementVerdicts": {
|
|
1207
|
+
"title": "Requirement verdicts",
|
|
1208
|
+
"met": "Met",
|
|
1209
|
+
"notMet": "Not met",
|
|
1210
|
+
"notCovered": "Not checked"
|
|
1211
|
+
}
|
|
1206
1212
|
},
|
|
1207
1213
|
"stepMeta": {
|
|
1208
1214
|
"stateLabel": "State",
|
|
@@ -1987,6 +1993,9 @@
|
|
|
1987
1993
|
"label": "Vendors and keys",
|
|
1988
1994
|
"description": "Workspace LLM subscriptions and provider API keys."
|
|
1989
1995
|
},
|
|
1996
|
+
"personalSubs": {
|
|
1997
|
+
"label": "Personal subscriptions (Claude, ChatGPT/Codex, GLM)"
|
|
1998
|
+
},
|
|
1990
1999
|
"github": {
|
|
1991
2000
|
"description": "Connect the workspace's GitHub App, browse repos, PRs and issues."
|
|
1992
2001
|
},
|
|
@@ -3015,9 +3024,15 @@
|
|
|
3015
3024
|
"noModelBody": "Agents need a model to run. AI works out of the box only on a Cloudflare deployment with Workers AI enabled; otherwise connect at least one source below.",
|
|
3016
3025
|
"operatorNote": "AWS Bedrock and Cloudflare Workers AI are enabled by the deployment operator via environment configuration, not from this screen.",
|
|
3017
3026
|
"routes": {
|
|
3027
|
+
"personal": {
|
|
3028
|
+
"title": "Your coding-plan subscription",
|
|
3029
|
+
"badge": "Most popular",
|
|
3030
|
+
"body": "Already pay for Claude, ChatGPT (Codex) or a GLM coding plan? Connect it here, per user, and agents run on the flat-rate quota you already have.",
|
|
3031
|
+
"cta": "Connect my subscription"
|
|
3032
|
+
},
|
|
3018
3033
|
"keys": {
|
|
3019
3034
|
"title": "Provider keys & subscriptions",
|
|
3020
|
-
"body": "Add a direct provider API key (OpenAI, Anthropic, Qwen, …) or connect a commercial coding-plan subscription
|
|
3035
|
+
"body": "Add a direct provider API key (OpenAI, Anthropic, Qwen, …) or connect a commercial coding-plan subscription that permits team use (Kimi, DeepSeek).",
|
|
3021
3036
|
"cta": "Open LLM vendors"
|
|
3022
3037
|
},
|
|
3023
3038
|
"openrouter": {
|
|
@@ -3137,7 +3152,11 @@
|
|
|
3137
3152
|
"proxy": "Proxies",
|
|
3138
3153
|
"personal": "Personal subscriptions"
|
|
3139
3154
|
},
|
|
3140
|
-
"poolIntro": "Connect a commercial coding-plan subscription (Kimi, DeepSeek) that permits team/organization use to run agent steps on the Claude Code harness instead of an API key. Tokens are stored encrypted, pooled, and rotated by usage. Subscription models are flat-rate quota, so they don't draw on your spend budget.
|
|
3155
|
+
"poolIntro": "Connect a commercial coding-plan subscription (Kimi, DeepSeek) that permits team/organization use to run agent steps on the Claude Code harness instead of an API key. Tokens are stored encrypted, pooled, and rotated by usage. Subscription models are flat-rate quota, so they don't draw on your spend budget.",
|
|
3156
|
+
"personalCallout": {
|
|
3157
|
+
"text": "Using your own Claude, ChatGPT (Codex) or GLM coding plan? Those are individual-use subscriptions and connect per user.",
|
|
3158
|
+
"cta": "Go to Personal subscriptions"
|
|
3159
|
+
},
|
|
3141
3160
|
"vendorField": "Vendor",
|
|
3142
3161
|
"labelField": "Label (optional)",
|
|
3143
3162
|
"labelPlaceholder": "e.g. work account",
|
|
@@ -4301,6 +4320,25 @@
|
|
|
4301
4320
|
"nonfunctional": "Non-functional",
|
|
4302
4321
|
"constraint": "Constraint"
|
|
4303
4322
|
},
|
|
4323
|
+
"state": {
|
|
4324
|
+
"established": "Established",
|
|
4325
|
+
"@established": {
|
|
4326
|
+
"description": "Implementation-state label: the service is OBSERVED to honour this requirement (a tester exercised its acceptance criteria and they passed). Contrast with \"aspirational\". Translate as \"verified/proven\", not as \"founded\"."
|
|
4327
|
+
},
|
|
4328
|
+
"aspirational": "Aspirational",
|
|
4329
|
+
"@aspirational": {
|
|
4330
|
+
"description": "Implementation-state label: the requirement is AGREED but not yet observed to hold (typically not built yet). Contrast with \"established\". Translate as \"planned/intended\", not as \"ambitious\"."
|
|
4331
|
+
},
|
|
4332
|
+
"establishedCount": "Established: {count}",
|
|
4333
|
+
"aspirationalCount": "Aspirational: {count}",
|
|
4334
|
+
"groupRollup": "Established: {established}/{total}",
|
|
4335
|
+
"rollupHint": "\"Established\" means a tester observed the behaviour hold; \"aspirational\" means it is agreed but not built yet.",
|
|
4336
|
+
"noneMatchFilter": "No requirements in this group match the filter.",
|
|
4337
|
+
"showAll": "Show all",
|
|
4338
|
+
"filter": {
|
|
4339
|
+
"all": "All"
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
4304
4342
|
"acceptance": {
|
|
4305
4343
|
"given": "Given",
|
|
4306
4344
|
"@given": {
|
package/i18n/locales/es.json
CHANGED
|
@@ -1142,7 +1142,13 @@
|
|
|
1142
1142
|
"fixing": "· corrigiendo…",
|
|
1143
1143
|
"tested": "Probado",
|
|
1144
1144
|
"outcomes": "Resultados",
|
|
1145
|
-
"concerns": "Inquietudes"
|
|
1145
|
+
"concerns": "Inquietudes",
|
|
1146
|
+
"requirementVerdicts": {
|
|
1147
|
+
"title": "Veredictos por requisito",
|
|
1148
|
+
"met": "Cumplido",
|
|
1149
|
+
"notMet": "No cumplido",
|
|
1150
|
+
"notCovered": "No comprobado"
|
|
1151
|
+
}
|
|
1146
1152
|
},
|
|
1147
1153
|
"stepMeta": {
|
|
1148
1154
|
"stateLabel": "Estado",
|
|
@@ -1914,6 +1920,9 @@
|
|
|
1914
1920
|
"label": "Proveedores y claves",
|
|
1915
1921
|
"description": "Suscripciones de LLM del espacio de trabajo y claves API de proveedores."
|
|
1916
1922
|
},
|
|
1923
|
+
"personalSubs": {
|
|
1924
|
+
"label": "Suscripciones personales (Claude, ChatGPT/Codex, GLM)"
|
|
1925
|
+
},
|
|
1917
1926
|
"github": {
|
|
1918
1927
|
"description": "Conecta la GitHub App del espacio de trabajo y explora repositorios, PR e incidencias."
|
|
1919
1928
|
},
|
|
@@ -2925,9 +2934,15 @@
|
|
|
2925
2934
|
"noModelBody": "Los agentes necesitan un modelo para ejecutarse. La IA funciona de inmediato solo en un despliegue de Cloudflare con Workers AI habilitado; de lo contrario, conecta al menos una fuente abajo.",
|
|
2926
2935
|
"operatorNote": "AWS Bedrock y Cloudflare Workers AI los habilita el operador del despliegue mediante la configuración del entorno, no desde esta pantalla.",
|
|
2927
2936
|
"routes": {
|
|
2937
|
+
"personal": {
|
|
2938
|
+
"title": "Tu suscripción de plan de programación",
|
|
2939
|
+
"badge": "La más popular",
|
|
2940
|
+
"body": "¿Ya pagas por Claude, ChatGPT (Codex) o un plan de programación de GLM? Conéctalo aquí, por usuario, y los agentes se ejecutan con la cuota de tarifa plana que ya tienes.",
|
|
2941
|
+
"cta": "Conectar mi suscripción"
|
|
2942
|
+
},
|
|
2928
2943
|
"keys": {
|
|
2929
2944
|
"title": "Claves y suscripciones de proveedores",
|
|
2930
|
-
"body": "Añade una clave de API directa de un proveedor (OpenAI, Anthropic, Qwen, …) o conecta una suscripción comercial de plan de programación
|
|
2945
|
+
"body": "Añade una clave de API directa de un proveedor (OpenAI, Anthropic, Qwen, …) o conecta una suscripción comercial de plan de programación que permita uso en equipo (Kimi, DeepSeek).",
|
|
2931
2946
|
"cta": "Abrir proveedores de LLM"
|
|
2932
2947
|
},
|
|
2933
2948
|
"openrouter": {
|
|
@@ -3044,7 +3059,11 @@
|
|
|
3044
3059
|
"proxy": "Proxies",
|
|
3045
3060
|
"personal": "Suscripciones personales"
|
|
3046
3061
|
},
|
|
3047
|
-
"poolIntro": "Conecta una suscripción comercial de plan de programación (Kimi, DeepSeek) que permita uso de equipo/organización para ejecutar los pasos de agente en el harness de Claude Code en lugar de una clave de API. Los tokens se almacenan cifrados, se agrupan y se rotan según el uso. Los modelos de suscripción tienen cuota de tarifa plana, así que no consumen tu presupuesto de gasto.
|
|
3062
|
+
"poolIntro": "Conecta una suscripción comercial de plan de programación (Kimi, DeepSeek) que permita uso de equipo/organización para ejecutar los pasos de agente en el harness de Claude Code en lugar de una clave de API. Los tokens se almacenan cifrados, se agrupan y se rotan según el uso. Los modelos de suscripción tienen cuota de tarifa plana, así que no consumen tu presupuesto de gasto.",
|
|
3063
|
+
"personalCallout": {
|
|
3064
|
+
"text": "¿Usas tu propio plan de programación de Claude, ChatGPT (Codex) o GLM? Son suscripciones de uso individual y se conectan por usuario.",
|
|
3065
|
+
"cta": "Ir a Suscripciones personales"
|
|
3066
|
+
},
|
|
3048
3067
|
"vendorField": "Proveedor",
|
|
3049
3068
|
"labelField": "Etiqueta (opcional)",
|
|
3050
3069
|
"labelPlaceholder": "p. ej. cuenta de trabajo",
|
|
@@ -4137,6 +4156,19 @@
|
|
|
4137
4156
|
"nonfunctional": "No funcional",
|
|
4138
4157
|
"constraint": "Restricción"
|
|
4139
4158
|
},
|
|
4159
|
+
"state": {
|
|
4160
|
+
"established": "Verificado",
|
|
4161
|
+
"aspirational": "Previsto",
|
|
4162
|
+
"establishedCount": "Verificado: {count}",
|
|
4163
|
+
"aspirationalCount": "Previsto: {count}",
|
|
4164
|
+
"groupRollup": "Verificado: {established}/{total}",
|
|
4165
|
+
"rollupHint": "«Verificado» significa que una prueba observó el comportamiento; «previsto» significa que está acordado pero aún no implementado.",
|
|
4166
|
+
"noneMatchFilter": "Ningún requisito de este grupo coincide con el filtro.",
|
|
4167
|
+
"showAll": "Mostrar todos",
|
|
4168
|
+
"filter": {
|
|
4169
|
+
"all": "Todos"
|
|
4170
|
+
}
|
|
4171
|
+
},
|
|
4140
4172
|
"acceptance": {
|
|
4141
4173
|
"given": "Given",
|
|
4142
4174
|
"when": "When",
|
package/i18n/locales/fr.json
CHANGED
|
@@ -1142,7 +1142,13 @@
|
|
|
1142
1142
|
"fixing": "· correction…",
|
|
1143
1143
|
"tested": "Testé",
|
|
1144
1144
|
"outcomes": "Résultats",
|
|
1145
|
-
"concerns": "Préoccupations"
|
|
1145
|
+
"concerns": "Préoccupations",
|
|
1146
|
+
"requirementVerdicts": {
|
|
1147
|
+
"title": "Verdicts par exigence",
|
|
1148
|
+
"met": "Satisfaite",
|
|
1149
|
+
"notMet": "Non satisfaite",
|
|
1150
|
+
"notCovered": "Non vérifiée"
|
|
1151
|
+
}
|
|
1146
1152
|
},
|
|
1147
1153
|
"stepMeta": {
|
|
1148
1154
|
"stateLabel": "État",
|
|
@@ -1914,6 +1920,9 @@
|
|
|
1914
1920
|
"label": "Fournisseurs et clés",
|
|
1915
1921
|
"description": "Abonnements LLM de l'espace de travail et clés API des fournisseurs."
|
|
1916
1922
|
},
|
|
1923
|
+
"personalSubs": {
|
|
1924
|
+
"label": "Abonnements personnels (Claude, ChatGPT/Codex, GLM)"
|
|
1925
|
+
},
|
|
1917
1926
|
"github": {
|
|
1918
1927
|
"description": "Connectez la GitHub App de l'espace de travail, parcourez dépôts, PR et tickets."
|
|
1919
1928
|
},
|
|
@@ -2925,9 +2934,15 @@
|
|
|
2925
2934
|
"noModelBody": "Les agents ont besoin d'un modèle pour s'exécuter. L'IA fonctionne d'emblée uniquement sur un déploiement Cloudflare avec Workers AI activé ; sinon, connectez au moins une source ci-dessous.",
|
|
2926
2935
|
"operatorNote": "AWS Bedrock et Cloudflare Workers AI sont activés par l'opérateur du déploiement via la configuration de l'environnement, pas depuis cet écran.",
|
|
2927
2936
|
"routes": {
|
|
2937
|
+
"personal": {
|
|
2938
|
+
"title": "Votre abonnement à un plan de codage",
|
|
2939
|
+
"badge": "Le plus populaire",
|
|
2940
|
+
"body": "Vous payez déjà pour Claude, ChatGPT (Codex) ou un plan de codage GLM ? Connectez-le ici, par utilisateur, et les agents s'exécutent sur le quota forfaitaire que vous avez déjà.",
|
|
2941
|
+
"cta": "Connecter mon abonnement"
|
|
2942
|
+
},
|
|
2928
2943
|
"keys": {
|
|
2929
2944
|
"title": "Clés et abonnements des fournisseurs",
|
|
2930
|
-
"body": "Ajoutez une clé d'API directe d'un fournisseur (OpenAI, Anthropic, Qwen, …) ou connectez un abonnement commercial à un plan de codage
|
|
2945
|
+
"body": "Ajoutez une clé d'API directe d'un fournisseur (OpenAI, Anthropic, Qwen, …) ou connectez un abonnement commercial à un plan de codage autorisant un usage en équipe (Kimi, DeepSeek).",
|
|
2931
2946
|
"cta": "Ouvrir les fournisseurs de LLM"
|
|
2932
2947
|
},
|
|
2933
2948
|
"openrouter": {
|
|
@@ -3044,7 +3059,11 @@
|
|
|
3044
3059
|
"proxy": "Proxys",
|
|
3045
3060
|
"personal": "Abonnements personnels"
|
|
3046
3061
|
},
|
|
3047
|
-
"poolIntro": "Connectez un abonnement commercial à un plan de codage (Kimi, DeepSeek) qui autorise un usage équipe/organisation pour exécuter les étapes d'agent sur le harness Claude Code au lieu d'une clé d'API. Les tokens sont stockés chiffrés, mutualisés et alternés selon l'usage. Les modèles d'abonnement sont à quota forfaitaire, donc ils n'entament pas votre budget de dépense.
|
|
3062
|
+
"poolIntro": "Connectez un abonnement commercial à un plan de codage (Kimi, DeepSeek) qui autorise un usage équipe/organisation pour exécuter les étapes d'agent sur le harness Claude Code au lieu d'une clé d'API. Les tokens sont stockés chiffrés, mutualisés et alternés selon l'usage. Les modèles d'abonnement sont à quota forfaitaire, donc ils n'entament pas votre budget de dépense.",
|
|
3063
|
+
"personalCallout": {
|
|
3064
|
+
"text": "Vous utilisez votre propre plan de codage Claude, ChatGPT (Codex) ou GLM ? Ce sont des abonnements à usage individuel, connectés par utilisateur.",
|
|
3065
|
+
"cta": "Aller aux Abonnements personnels"
|
|
3066
|
+
},
|
|
3048
3067
|
"vendorField": "Fournisseur",
|
|
3049
3068
|
"labelField": "Libellé (facultatif)",
|
|
3050
3069
|
"labelPlaceholder": "p. ex. compte pro",
|
|
@@ -4137,6 +4156,19 @@
|
|
|
4137
4156
|
"nonfunctional": "Non fonctionnel",
|
|
4138
4157
|
"constraint": "Contrainte"
|
|
4139
4158
|
},
|
|
4159
|
+
"state": {
|
|
4160
|
+
"established": "Vérifié",
|
|
4161
|
+
"aspirational": "Prévu",
|
|
4162
|
+
"establishedCount": "Vérifié: {count}",
|
|
4163
|
+
"aspirationalCount": "Prévu: {count}",
|
|
4164
|
+
"groupRollup": "Vérifié: {established}/{total}",
|
|
4165
|
+
"rollupHint": "« Vérifié » signifie qu’un testeur a observé le comportement ; « prévu » signifie qu’il est validé mais pas encore implémenté.",
|
|
4166
|
+
"noneMatchFilter": "Aucune exigence de ce groupe ne correspond au filtre.",
|
|
4167
|
+
"showAll": "Tout afficher",
|
|
4168
|
+
"filter": {
|
|
4169
|
+
"all": "Tout"
|
|
4170
|
+
}
|
|
4171
|
+
},
|
|
4140
4172
|
"acceptance": {
|
|
4141
4173
|
"given": "Given",
|
|
4142
4174
|
"when": "When",
|
package/i18n/locales/he.json
CHANGED
|
@@ -1142,7 +1142,13 @@
|
|
|
1142
1142
|
"fixing": "· מתקן…",
|
|
1143
1143
|
"tested": "נבדק",
|
|
1144
1144
|
"outcomes": "תוצאות",
|
|
1145
|
-
"concerns": "חששות"
|
|
1145
|
+
"concerns": "חששות",
|
|
1146
|
+
"requirementVerdicts": {
|
|
1147
|
+
"title": "הכרעות לפי דרישה",
|
|
1148
|
+
"met": "מתקיימת",
|
|
1149
|
+
"notMet": "לא מתקיימת",
|
|
1150
|
+
"notCovered": "לא נבדקה"
|
|
1151
|
+
}
|
|
1146
1152
|
},
|
|
1147
1153
|
"stepMeta": {
|
|
1148
1154
|
"stateLabel": "מצב",
|
|
@@ -1914,6 +1920,9 @@
|
|
|
1914
1920
|
"label": "ספקים ומפתחות",
|
|
1915
1921
|
"description": "מנויי LLM של סביבת העבודה ומפתחות API של ספקים."
|
|
1916
1922
|
},
|
|
1923
|
+
"personalSubs": {
|
|
1924
|
+
"label": "מנויים אישיים (Claude, ChatGPT/Codex, GLM)"
|
|
1925
|
+
},
|
|
1917
1926
|
"github": {
|
|
1918
1927
|
"description": "חבר את אפליקציית ה-GitHub של סביבת העבודה, עיין במאגרים, ב-PR ובבעיות."
|
|
1919
1928
|
},
|
|
@@ -2936,9 +2945,15 @@
|
|
|
2936
2945
|
"noModelBody": "סוכנים זקוקים למודל כדי לרוץ. AI עובד מהקופסה רק בפריסת Cloudflare עם Workers AI מופעל; אחרת חבר לפחות מקור אחד מטה.",
|
|
2937
2946
|
"operatorNote": "AWS Bedrock ו-Cloudflare Workers AI מופעלים על ידי מפעיל הפריסה דרך תצורת הסביבה, ולא ממסך זה.",
|
|
2938
2947
|
"routes": {
|
|
2948
|
+
"personal": {
|
|
2949
|
+
"title": "מנוי תוכנית הקוד שלך",
|
|
2950
|
+
"badge": "הפופולרי ביותר",
|
|
2951
|
+
"body": "אתה כבר משלם על Claude, ChatGPT (Codex) או תוכנית קוד של GLM? חבר אותו כאן, לכל משתמש, והסוכנים ירוצו על המכסה בתעריף הקבוע שכבר יש לך.",
|
|
2952
|
+
"cta": "חבר את המנוי שלי"
|
|
2953
|
+
},
|
|
2939
2954
|
"keys": {
|
|
2940
2955
|
"title": "מפתחות ומנויי ספקים",
|
|
2941
|
-
"body": "הוסף מפתח API ישיר של ספק (OpenAI, Anthropic, Qwen, …) או חבר מנוי מסחרי של תוכנית קוד
|
|
2956
|
+
"body": "הוסף מפתח API ישיר של ספק (OpenAI, Anthropic, Qwen, …) או חבר מנוי מסחרי של תוכנית קוד המתיר שימוש צוותי (Kimi, DeepSeek).",
|
|
2942
2957
|
"cta": "פתח ספקי LLM"
|
|
2943
2958
|
},
|
|
2944
2959
|
"openrouter": {
|
|
@@ -3055,7 +3070,11 @@
|
|
|
3055
3070
|
"proxy": "פרוקסים",
|
|
3056
3071
|
"personal": "מנויים אישיים"
|
|
3057
3072
|
},
|
|
3058
|
-
"poolIntro": "חבר מנוי מסחרי של תוכנית קוד (Kimi, DeepSeek) המתיר שימוש צוותי/ארגוני כדי להריץ שלבי סוכן על מנגנון Claude Code במקום מפתח API. הטוקנים נשמרים מוצפנים, מאוגדים ומסובבים לפי שימוש. מודלי מנוי הם מכסה בתעריף קבוע, כך שאינם נמשכים מתקציב ההוצאה שלך.
|
|
3073
|
+
"poolIntro": "חבר מנוי מסחרי של תוכנית קוד (Kimi, DeepSeek) המתיר שימוש צוותי/ארגוני כדי להריץ שלבי סוכן על מנגנון Claude Code במקום מפתח API. הטוקנים נשמרים מוצפנים, מאוגדים ומסובבים לפי שימוש. מודלי מנוי הם מכסה בתעריף קבוע, כך שאינם נמשכים מתקציב ההוצאה שלך.",
|
|
3074
|
+
"personalCallout": {
|
|
3075
|
+
"text": "משתמש בתוכנית קוד משלך של Claude, ChatGPT (Codex) או GLM? אלה מנויים לשימוש אישי והם מחוברים לכל משתמש.",
|
|
3076
|
+
"cta": "אל המנויים האישיים"
|
|
3077
|
+
},
|
|
3059
3078
|
"vendorField": "ספק",
|
|
3060
3079
|
"labelField": "תווית (אופציונלי)",
|
|
3061
3080
|
"labelPlaceholder": "לדוגמה חשבון עבודה",
|
|
@@ -4148,6 +4167,19 @@
|
|
|
4148
4167
|
"nonfunctional": "לא-פונקציונלי",
|
|
4149
4168
|
"constraint": "אילוץ"
|
|
4150
4169
|
},
|
|
4170
|
+
"state": {
|
|
4171
|
+
"established": "מאומת",
|
|
4172
|
+
"aspirational": "מתוכנן",
|
|
4173
|
+
"establishedCount": "מאומת: {count}",
|
|
4174
|
+
"aspirationalCount": "מתוכנן: {count}",
|
|
4175
|
+
"groupRollup": "מאומת: {established}/{total}",
|
|
4176
|
+
"rollupHint": "\"מאומת\" פירושו שבודק ראה את ההתנהגות מתקיימת; \"מתוכנן\" פירושו שסוכם עליה אך היא טרם מומשה.",
|
|
4177
|
+
"noneMatchFilter": "אין דרישות בקבוצה זו שתואמות את הסינון.",
|
|
4178
|
+
"showAll": "הצג הכול",
|
|
4179
|
+
"filter": {
|
|
4180
|
+
"all": "הכול"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4151
4183
|
"acceptance": {
|
|
4152
4184
|
"given": "בהינתן",
|
|
4153
4185
|
"when": "כאשר",
|
package/i18n/locales/it.json
CHANGED
|
@@ -1442,7 +1442,13 @@
|
|
|
1442
1442
|
"fixing": "· correzione in corso…",
|
|
1443
1443
|
"tested": "Testato",
|
|
1444
1444
|
"outcomes": "Esiti",
|
|
1445
|
-
"concerns": "Criticita'"
|
|
1445
|
+
"concerns": "Criticita'",
|
|
1446
|
+
"requirementVerdicts": {
|
|
1447
|
+
"title": "Verdetti per requisito",
|
|
1448
|
+
"met": "Soddisfatto",
|
|
1449
|
+
"notMet": "Non soddisfatto",
|
|
1450
|
+
"notCovered": "Non verificato"
|
|
1451
|
+
}
|
|
1446
1452
|
},
|
|
1447
1453
|
"stepMeta": {
|
|
1448
1454
|
"stateLabel": "Stato",
|
|
@@ -2022,6 +2028,9 @@
|
|
|
2022
2028
|
"label": "Vendor e chiavi",
|
|
2023
2029
|
"description": "Abbonamenti LLM del workspace e chiavi API dei provider."
|
|
2024
2030
|
},
|
|
2031
|
+
"personalSubs": {
|
|
2032
|
+
"label": "Abbonamenti personali (Claude, ChatGPT/Codex, GLM)"
|
|
2033
|
+
},
|
|
2025
2034
|
"github": {
|
|
2026
2035
|
"description": "Connetti la GitHub App del workspace, esplora repo, PR e issue."
|
|
2027
2036
|
},
|
|
@@ -2461,9 +2470,15 @@
|
|
|
2461
2470
|
"noModelBody": "Gli agenti hanno bisogno di un modello per essere eseguiti. L'AI funziona subito solo su un deployment Cloudflare con Workers AI abilitato; in caso contrario collega almeno una sorgente qui sotto.",
|
|
2462
2471
|
"operatorNote": "AWS Bedrock e Cloudflare Workers AI vengono abilitati dall'operatore del deployment tramite configurazione dell'ambiente, non da questa schermata.",
|
|
2463
2472
|
"routes": {
|
|
2473
|
+
"personal": {
|
|
2474
|
+
"title": "Il tuo abbonamento a un piano di coding",
|
|
2475
|
+
"badge": "Il più popolare",
|
|
2476
|
+
"body": "Paghi già per Claude, ChatGPT (Codex) o un piano di coding GLM? Collegalo qui, per utente, e gli agenti useranno la quota a tariffa fissa che hai già.",
|
|
2477
|
+
"cta": "Collega il mio abbonamento"
|
|
2478
|
+
},
|
|
2464
2479
|
"keys": {
|
|
2465
2480
|
"title": "Chiavi e abbonamenti dei provider",
|
|
2466
|
-
"body": "Aggiungi una chiave API di un provider diretto (OpenAI, Anthropic, Qwen, …) oppure collega un abbonamento commerciale a un piano di coding
|
|
2481
|
+
"body": "Aggiungi una chiave API di un provider diretto (OpenAI, Anthropic, Qwen, …) oppure collega un abbonamento commerciale a un piano di coding che consenta l'uso in team (Kimi, DeepSeek).",
|
|
2467
2482
|
"cta": "Apri i vendor LLM"
|
|
2468
2483
|
},
|
|
2469
2484
|
"openrouter": {
|
|
@@ -2580,7 +2595,11 @@
|
|
|
2580
2595
|
"proxy": "Proxy",
|
|
2581
2596
|
"personal": "Abbonamenti personali"
|
|
2582
2597
|
},
|
|
2583
|
-
"poolIntro": "Collega un abbonamento commerciale a un piano di coding (Kimi, DeepSeek) che consenta l'uso da parte del team/organizzazione per eseguire i passaggi degli agenti sul harness Claude Code anziché su una chiave API. I token vengono memorizzati in forma cifrata, raggruppati e ruotati in base all'utilizzo. I modelli in abbonamento hanno una quota a tariffa fissa, quindi non intaccano il tuo budget di spesa.
|
|
2598
|
+
"poolIntro": "Collega un abbonamento commerciale a un piano di coding (Kimi, DeepSeek) che consenta l'uso da parte del team/organizzazione per eseguire i passaggi degli agenti sul harness Claude Code anziché su una chiave API. I token vengono memorizzati in forma cifrata, raggruppati e ruotati in base all'utilizzo. I modelli in abbonamento hanno una quota a tariffa fissa, quindi non intaccano il tuo budget di spesa.",
|
|
2599
|
+
"personalCallout": {
|
|
2600
|
+
"text": "Usi il tuo piano di coding Claude, ChatGPT (Codex) o GLM? Sono abbonamenti a uso individuale e si collegano per singolo utente.",
|
|
2601
|
+
"cta": "Vai ad Abbonamenti personali"
|
|
2602
|
+
},
|
|
2584
2603
|
"vendorField": "Vendor",
|
|
2585
2604
|
"labelField": "Etichetta (opzionale)",
|
|
2586
2605
|
"labelPlaceholder": "es. account di lavoro",
|
|
@@ -4479,6 +4498,19 @@
|
|
|
4479
4498
|
"nonfunctional": "Non funzionale",
|
|
4480
4499
|
"constraint": "Vincolo"
|
|
4481
4500
|
},
|
|
4501
|
+
"state": {
|
|
4502
|
+
"established": "Verificato",
|
|
4503
|
+
"aspirational": "Previsto",
|
|
4504
|
+
"establishedCount": "Verificato: {count}",
|
|
4505
|
+
"aspirationalCount": "Previsto: {count}",
|
|
4506
|
+
"groupRollup": "Verificato: {established}/{total}",
|
|
4507
|
+
"rollupHint": "«Verificato» significa che un tester ha osservato il comportamento; «previsto» significa che è concordato ma non ancora implementato.",
|
|
4508
|
+
"noneMatchFilter": "Nessun requisito di questo gruppo corrisponde al filtro.",
|
|
4509
|
+
"showAll": "Mostra tutti",
|
|
4510
|
+
"filter": {
|
|
4511
|
+
"all": "Tutti"
|
|
4512
|
+
}
|
|
4513
|
+
},
|
|
4482
4514
|
"acceptance": {
|
|
4483
4515
|
"given": "Given",
|
|
4484
4516
|
"when": "When",
|
package/i18n/locales/ja.json
CHANGED
|
@@ -1142,7 +1142,13 @@
|
|
|
1142
1142
|
"fixing": "・修正中…",
|
|
1143
1143
|
"tested": "テスト済み",
|
|
1144
1144
|
"outcomes": "結果",
|
|
1145
|
-
"concerns": "懸念事項"
|
|
1145
|
+
"concerns": "懸念事項",
|
|
1146
|
+
"requirementVerdicts": {
|
|
1147
|
+
"title": "要件ごとの判定",
|
|
1148
|
+
"met": "満たされている",
|
|
1149
|
+
"notMet": "満たされていない",
|
|
1150
|
+
"notCovered": "未確認"
|
|
1151
|
+
}
|
|
1146
1152
|
},
|
|
1147
1153
|
"stepMeta": {
|
|
1148
1154
|
"stateLabel": "状態",
|
|
@@ -1914,6 +1920,9 @@
|
|
|
1914
1920
|
"label": "ベンダーとキー",
|
|
1915
1921
|
"description": "ワークスペースの LLM サブスクリプションとプロバイダー API キー。"
|
|
1916
1922
|
},
|
|
1923
|
+
"personalSubs": {
|
|
1924
|
+
"label": "個人サブスクリプション (Claude、ChatGPT/Codex、GLM)"
|
|
1925
|
+
},
|
|
1917
1926
|
"github": {
|
|
1918
1927
|
"description": "ワークスペースの GitHub App を接続し、リポジトリ、PR、Issue を閲覧します。"
|
|
1919
1928
|
},
|
|
@@ -2937,9 +2946,15 @@
|
|
|
2937
2946
|
"noModelBody": "エージェントを実行するにはモデルが必要です。AI が設定なしで動作するのは、Workers AI を有効にした Cloudflare デプロイのみです。それ以外の場合は、以下から少なくとも 1 つのソースを接続してください。",
|
|
2938
2947
|
"operatorNote": "AWS Bedrock と Cloudflare Workers AI は、この画面からではなく、デプロイ運用者が環境設定で有効化します。",
|
|
2939
2948
|
"routes": {
|
|
2949
|
+
"personal": {
|
|
2950
|
+
"title": "お使いのコーディングプランサブスクリプション",
|
|
2951
|
+
"badge": "最も一般的",
|
|
2952
|
+
"body": "すでに Claude、ChatGPT (Codex)、または GLM のコーディングプランを契約していますか? ここでユーザーごとに接続すると、エージェントは既存の定額クォータで実行されます。",
|
|
2953
|
+
"cta": "自分のサブスクリプションを接続"
|
|
2954
|
+
},
|
|
2940
2955
|
"keys": {
|
|
2941
2956
|
"title": "プロバイダーキーとサブスクリプション",
|
|
2942
|
-
"body": "直接プロバイダーの API キー (OpenAI、Anthropic、Qwen など)
|
|
2957
|
+
"body": "直接プロバイダーの API キー (OpenAI、Anthropic、Qwen など) を追加するか、チーム利用が許可されている商用のコーディングプランサブスクリプション (Kimi、DeepSeek) を接続します。",
|
|
2943
2958
|
"cta": "LLM ベンダーを開く"
|
|
2944
2959
|
},
|
|
2945
2960
|
"openrouter": {
|
|
@@ -3056,7 +3071,11 @@
|
|
|
3056
3071
|
"proxy": "プロキシ",
|
|
3057
3072
|
"personal": "個人サブスクリプション"
|
|
3058
3073
|
},
|
|
3059
|
-
"poolIntro": "チーム / 組織での利用が許可されている商用コーディングプランのサブスクリプション (Kimi、DeepSeek) を接続すると、API キーの代わりに Claude Code
|
|
3074
|
+
"poolIntro": "チーム / 組織での利用が許可されている商用コーディングプランのサブスクリプション (Kimi、DeepSeek) を接続すると、API キーの代わりに Claude Code ハーネス上でエージェントステップを実行できます。トークンは暗号化して保存され、プールされて利用状況に応じてローテーションされます。サブスクリプションモデルは定額のクォータなので、支出予算を消費しません。",
|
|
3075
|
+
"personalCallout": {
|
|
3076
|
+
"text": "ご自身の Claude、ChatGPT (Codex)、GLM のコーディングプランをお使いですか? これらは個人利用のサブスクリプションで、ユーザーごとに接続します。",
|
|
3077
|
+
"cta": "個人サブスクリプションへ"
|
|
3078
|
+
},
|
|
3060
3079
|
"vendorField": "ベンダー",
|
|
3061
3080
|
"labelField": "ラベル (任意)",
|
|
3062
3081
|
"labelPlaceholder": "例: 仕事用アカウント",
|
|
@@ -4149,6 +4168,19 @@
|
|
|
4149
4168
|
"nonfunctional": "非機能要件",
|
|
4150
4169
|
"constraint": "制約"
|
|
4151
4170
|
},
|
|
4171
|
+
"state": {
|
|
4172
|
+
"established": "実証済み",
|
|
4173
|
+
"aspirational": "未実証",
|
|
4174
|
+
"establishedCount": "実証済み: {count}",
|
|
4175
|
+
"aspirationalCount": "未実証: {count}",
|
|
4176
|
+
"groupRollup": "実証済み: {established}/{total}",
|
|
4177
|
+
"rollupHint": "「実証済み」はテスターが動作を確認したことを、「未実証」は合意済みだがまだ実装されていないことを示します。",
|
|
4178
|
+
"noneMatchFilter": "このグループにフィルターと一致する要件はありません。",
|
|
4179
|
+
"showAll": "すべて表示",
|
|
4180
|
+
"filter": {
|
|
4181
|
+
"all": "すべて"
|
|
4182
|
+
}
|
|
4183
|
+
},
|
|
4152
4184
|
"acceptance": {
|
|
4153
4185
|
"given": "Given",
|
|
4154
4186
|
"when": "When",
|
package/i18n/locales/pl.json
CHANGED
|
@@ -1142,7 +1142,13 @@
|
|
|
1142
1142
|
"fixing": "· naprawianie…",
|
|
1143
1143
|
"tested": "Przetestowano",
|
|
1144
1144
|
"outcomes": "Wyniki",
|
|
1145
|
-
"concerns": "Zastrzeżenia"
|
|
1145
|
+
"concerns": "Zastrzeżenia",
|
|
1146
|
+
"requirementVerdicts": {
|
|
1147
|
+
"title": "Werdykty wymagań",
|
|
1148
|
+
"met": "Spełnione",
|
|
1149
|
+
"notMet": "Niespełnione",
|
|
1150
|
+
"notCovered": "Niesprawdzone"
|
|
1151
|
+
}
|
|
1146
1152
|
},
|
|
1147
1153
|
"stepMeta": {
|
|
1148
1154
|
"stateLabel": "Stan",
|
|
@@ -1914,6 +1920,9 @@
|
|
|
1914
1920
|
"label": "Dostawcy i klucze",
|
|
1915
1921
|
"description": "Subskrypcje LLM obszaru roboczego i klucze API dostawców."
|
|
1916
1922
|
},
|
|
1923
|
+
"personalSubs": {
|
|
1924
|
+
"label": "Subskrypcje osobiste (Claude, ChatGPT/Codex, GLM)"
|
|
1925
|
+
},
|
|
1917
1926
|
"github": {
|
|
1918
1927
|
"description": "Połącz aplikację GitHub App obszaru roboczego, przeglądaj repozytoria, PR-y i zgłoszenia."
|
|
1919
1928
|
},
|
|
@@ -2925,9 +2934,15 @@
|
|
|
2925
2934
|
"noModelBody": "Agenci potrzebują modelu do działania. AI działa od razu tylko we wdrożeniu Cloudflare z włączonym Workers AI; w przeciwnym razie podłącz poniżej co najmniej jedno źródło.",
|
|
2926
2935
|
"operatorNote": "AWS Bedrock i Cloudflare Workers AI włącza operator wdrożenia w konfiguracji środowiska, a nie z tego ekranu.",
|
|
2927
2936
|
"routes": {
|
|
2937
|
+
"personal": {
|
|
2938
|
+
"title": "Twoja subskrypcja planu programistycznego",
|
|
2939
|
+
"badge": "Najpopularniejsze",
|
|
2940
|
+
"body": "Płacisz już za Claude, ChatGPT (Codex) lub plan programistyczny GLM? Podłącz go tutaj, per użytkownik, a agenci będą działać na ryczałtowym limicie, który już masz.",
|
|
2941
|
+
"cta": "Podłącz moją subskrypcję"
|
|
2942
|
+
},
|
|
2928
2943
|
"keys": {
|
|
2929
2944
|
"title": "Klucze i subskrypcje dostawców",
|
|
2930
|
-
"body": "Dodaj bezpośredni klucz API dostawcy (OpenAI, Anthropic, Qwen, …) albo podłącz komercyjną subskrypcję planu programistycznego
|
|
2945
|
+
"body": "Dodaj bezpośredni klucz API dostawcy (OpenAI, Anthropic, Qwen, …) albo podłącz komercyjną subskrypcję planu programistycznego zezwalającą na użycie zespołowe (Kimi, DeepSeek).",
|
|
2931
2946
|
"cta": "Otwórz dostawców LLM"
|
|
2932
2947
|
},
|
|
2933
2948
|
"openrouter": {
|
|
@@ -3044,7 +3059,11 @@
|
|
|
3044
3059
|
"proxy": "Proxy",
|
|
3045
3060
|
"personal": "Subskrypcje osobiste"
|
|
3046
3061
|
},
|
|
3047
|
-
"poolIntro": "Podłącz komercyjną subskrypcję planu programistycznego (Kimi, DeepSeek) zezwalającą na użycie zespołowe/organizacyjne, aby uruchamiać kroki agenta na harnessie Claude Code zamiast klucza API. Tokeny są przechowywane zaszyfrowane, łączone w pulę i rotowane według użycia. Modele subskrypcyjne mają ryczałtowy limit, więc nie obciążają Twojego budżetu wydatków.
|
|
3062
|
+
"poolIntro": "Podłącz komercyjną subskrypcję planu programistycznego (Kimi, DeepSeek) zezwalającą na użycie zespołowe/organizacyjne, aby uruchamiać kroki agenta na harnessie Claude Code zamiast klucza API. Tokeny są przechowywane zaszyfrowane, łączone w pulę i rotowane według użycia. Modele subskrypcyjne mają ryczałtowy limit, więc nie obciążają Twojego budżetu wydatków.",
|
|
3063
|
+
"personalCallout": {
|
|
3064
|
+
"text": "Korzystasz z własnego planu programistycznego Claude, ChatGPT (Codex) lub GLM? To subskrypcje do użytku indywidualnego, podłączane per użytkownik.",
|
|
3065
|
+
"cta": "Przejdź do Subskrypcji osobistych"
|
|
3066
|
+
},
|
|
3048
3067
|
"vendorField": "Dostawca",
|
|
3049
3068
|
"labelField": "Etykieta (opcjonalnie)",
|
|
3050
3069
|
"labelPlaceholder": "np. konto służbowe",
|
|
@@ -4137,6 +4156,19 @@
|
|
|
4137
4156
|
"nonfunctional": "Niefunkcjonalne",
|
|
4138
4157
|
"constraint": "Ograniczenie"
|
|
4139
4158
|
},
|
|
4159
|
+
"state": {
|
|
4160
|
+
"established": "Potwierdzone",
|
|
4161
|
+
"aspirational": "Planowane",
|
|
4162
|
+
"establishedCount": "Potwierdzone: {count}",
|
|
4163
|
+
"aspirationalCount": "Planowane: {count}",
|
|
4164
|
+
"groupRollup": "Potwierdzone: {established}/{total}",
|
|
4165
|
+
"rollupHint": "„Potwierdzone” oznacza, że tester zaobserwował to zachowanie; „planowane” oznacza, że jest uzgodnione, ale jeszcze niezrealizowane.",
|
|
4166
|
+
"noneMatchFilter": "Żadne wymaganie w tej grupie nie pasuje do filtra.",
|
|
4167
|
+
"showAll": "Pokaż wszystkie",
|
|
4168
|
+
"filter": {
|
|
4169
|
+
"all": "Wszystkie"
|
|
4170
|
+
}
|
|
4171
|
+
},
|
|
4140
4172
|
"acceptance": {
|
|
4141
4173
|
"given": "Given",
|
|
4142
4174
|
"when": "When",
|