@cat-factory/app 0.215.2 → 0.217.1
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/README.md +133 -2
- package/app/components/board/AddTaskModal.vue +54 -78
- package/app/components/board/CreateInitiativeModal.vue +8 -6
- package/app/components/{board/InitiativePresetFields.vue → common/DescriptorFields.vue} +57 -63
- package/app/components/inputGate/InputGateNotice.vue +176 -0
- package/app/components/panels/AgentStepDetail.vue +27 -3
- package/app/components/panels/inspector/ServiceTestConfig.vue +1 -1
- package/app/components/panels/inspector/TaskExecution.vue +32 -3
- package/app/components/pipeline/PipelineProgress.vue +1 -1
- package/app/components/settings/WorkspaceSettingsPanel.vue +34 -1
- package/app/composables/api/inputGate.ts +25 -0
- package/app/composables/useApi.ts +2 -0
- package/app/composables/usePipelineErrorToast.ts +8 -0
- package/app/modular/nav-contributions.spec.ts +1 -1
- package/app/modular/nav-contributions.ts +1 -1
- package/app/stores/inputGate.ts +58 -0
- package/app/stores/ui/resultViews.ts +9 -1
- package/app/stores/workspaceSettings.ts +1 -0
- package/app/types/domain.ts +7 -0
- package/app/utils/descriptorFields.spec.ts +126 -0
- package/app/utils/descriptorFields.ts +104 -0
- package/app/utils/initiative.ts +0 -30
- package/app/utils/inputGate.spec.ts +52 -0
- package/app/utils/inputGate.ts +44 -0
- package/app/utils/pipelineRender.spec.ts +47 -9
- package/app/utils/pipelineRender.ts +23 -2
- package/i18n/locales/de.json +62 -2
- package/i18n/locales/en.json +65 -2
- package/i18n/locales/es.json +77 -5
- package/i18n/locales/fr.json +77 -5
- package/i18n/locales/he.json +63 -2
- package/i18n/locales/it.json +62 -2
- package/i18n/locales/ja.json +62 -2
- package/i18n/locales/pl.json +77 -5
- package/i18n/locales/tr.json +62 -2
- package/i18n/locales/uk.json +77 -5
- package/package.json +2 -2
package/i18n/locales/en.json
CHANGED
|
@@ -98,7 +98,8 @@
|
|
|
98
98
|
"confirm": "Discard",
|
|
99
99
|
"keep": "Keep editing"
|
|
100
100
|
},
|
|
101
|
-
"edit": "Edit"
|
|
101
|
+
"edit": "Edit",
|
|
102
|
+
"pathInvalid": "Enter a path inside the repository (no \"..\", absolute paths, or backslashes)."
|
|
102
103
|
},
|
|
103
104
|
"access": {
|
|
104
105
|
"noBoardWrite": "Read-only access: you can view this board but can't edit it.",
|
|
@@ -325,6 +326,10 @@
|
|
|
325
326
|
"continue": "Continue",
|
|
326
327
|
"submit": "Add task",
|
|
327
328
|
"addFailedTitle": "Could not add task",
|
|
329
|
+
"customFieldsInvalid": "This task type's form has changed since you opened it, so the answers no longer match what it asks for. Close and reopen the dialog to fill in the current fields.",
|
|
330
|
+
"@customFieldsInvalid": {
|
|
331
|
+
"description": "Shown when the server refuses a created task because the collected values for a deployment-registered custom task type contradict the type's declared form (a required answer missing, a value outside its options). In practice this means the deployment re-registered the type while the dialog was open."
|
|
332
|
+
},
|
|
328
333
|
"linkFailed": "Task added, but {count} attachment could not be linked | Task added, but {count} attachments could not be linked",
|
|
329
334
|
"@linkFailed": {
|
|
330
335
|
"description": "Count-based: how many context attachments (docs/issues) failed to link after the task was created (count is always >= 1). Provide ALL plural forms your language needs (English has 2; Polish/Ukrainian need 3 - one/few/many - via the custom pluralRules in i18n.config.ts)."
|
|
@@ -623,6 +628,8 @@
|
|
|
623
628
|
"binary_output_service_invalid": "Binary output service can't be resolved",
|
|
624
629
|
"binary_output_generator_invalid": "Binary output generator can't be resolved",
|
|
625
630
|
"foundational_service_not_inherited": "This board registered that service",
|
|
631
|
+
"input_gate_not_parked": "Nothing to answer",
|
|
632
|
+
"input_gate_parked": "Answer it in the task's input check",
|
|
626
633
|
"ticket_already_linked": "This issue already has a task",
|
|
627
634
|
"dry_run_not_mergeable": "Dry run cannot be merged"
|
|
628
635
|
},
|
|
@@ -660,6 +667,8 @@
|
|
|
660
667
|
"binary_output_service_invalid": "A step that generates binary outputs selects a foundational service this workspace's catalog can't resolve: the id is unknown, or the chosen storage service doesn't carry the asset-storage capability. Fix the step's selection or register the service, then start again.",
|
|
661
668
|
"binary_output_generator_invalid": "A step that generates binary outputs selects a generative integration this deployment doesn't register, or none of the selected integrations produces a content type the step must deliver. Generative integrations are registered in the deployment's code, not in this workspace: register it or fix the step's selection, then start again.",
|
|
662
669
|
"foundational_service_not_inherited": "Opting out applies to a service inherited from the account. This id is registered by this board, so there is nothing to opt out of - delete the board's own entry instead.",
|
|
670
|
+
"input_gate_not_parked": "This run is not waiting on its input check any more. Someone may have answered it already, or the run has moved on.",
|
|
671
|
+
"input_gate_parked": "This run is parked on its input check, which the approval rail cannot answer. Use the notice on the run: fix the task and re-check, or run it anyway.",
|
|
663
672
|
"ticket_already_linked": "An issue can back only one task, so linking it again would strip the existing task of the context it was created with. Open that task instead, or unlink the issue first.",
|
|
664
673
|
"dry_run_not_mergeable": "This pull request came from a dry run, so it can't be merged from here. Start the task again as a live run to produce a pull request this workspace will merge."
|
|
665
674
|
},
|
|
@@ -3398,6 +3407,16 @@
|
|
|
3398
3407
|
"saveFailed": "Could not save settings",
|
|
3399
3408
|
"budgetSaved": "Budget saved",
|
|
3400
3409
|
"budgetSaveFailed": "Could not save budget"
|
|
3410
|
+
},
|
|
3411
|
+
"inputGate": {
|
|
3412
|
+
"heading": "Input check before a run starts",
|
|
3413
|
+
"body": "Check a task's own wording before the first agent step is dispatched, so a task nobody could act on stops without spending anything. Standard parks the run on an empty or placeholder description, a bug with no reproduction context, or a review task naming no pull request.",
|
|
3414
|
+
"mode": "Mode",
|
|
3415
|
+
"modes": {
|
|
3416
|
+
"standard": "Standard (park on a blocking gap)",
|
|
3417
|
+
"advisory": "Advisory (record, never park)",
|
|
3418
|
+
"off": "Off (skip the check)"
|
|
3419
|
+
}
|
|
3401
3420
|
}
|
|
3402
3421
|
},
|
|
3403
3422
|
"localModelEndpoints": {
|
|
@@ -4748,6 +4767,51 @@
|
|
|
4748
4767
|
"fail": "Failed the run"
|
|
4749
4768
|
}
|
|
4750
4769
|
},
|
|
4770
|
+
"inputGate": {
|
|
4771
|
+
"blockedTitle": "This task needs more detail before it can run",
|
|
4772
|
+
"blockedBody": "The run stopped before its first agent step, so nothing has been spent. Fill in what is missing on the task, then re-check.",
|
|
4773
|
+
"waivedTitle": "Started despite an incomplete task",
|
|
4774
|
+
"waivedBody": "Someone chose to run this task with the gaps below still open. They are kept here as part of the run's record.",
|
|
4775
|
+
"advisoryTitle": "Some gaps were noted, and the run continued",
|
|
4776
|
+
"advisoryBody": "The task's input check found these while starting the run. None of them stops the work, so nothing was parked; filling them in makes the next run easier to get right.",
|
|
4777
|
+
"severity": {
|
|
4778
|
+
"blocking": "Blocking",
|
|
4779
|
+
"advisory": "Advisory"
|
|
4780
|
+
},
|
|
4781
|
+
"recheck": "Re-check the task",
|
|
4782
|
+
"proceed": "Run anyway",
|
|
4783
|
+
"recheckHint": "Re-check reads the task as it stands now, so edit it first.",
|
|
4784
|
+
"issue": {
|
|
4785
|
+
"description_missing": {
|
|
4786
|
+
"title": "No description",
|
|
4787
|
+
"hint": "The title names the task; the description is what an agent works from. Say what should change and why."
|
|
4788
|
+
},
|
|
4789
|
+
"description_placeholder": {
|
|
4790
|
+
"title": "Placeholder description",
|
|
4791
|
+
"hint": "The description is a stand-in (\"TBD\", \"n/a\", \"fix it\") rather than a statement of the work."
|
|
4792
|
+
},
|
|
4793
|
+
"description_thin": {
|
|
4794
|
+
"title": "Very short description",
|
|
4795
|
+
"hint": "A few words rarely pin down what \"done\" means. More detail here saves a round of questions later."
|
|
4796
|
+
},
|
|
4797
|
+
"reproduction_missing": {
|
|
4798
|
+
"title": "No reproduction context",
|
|
4799
|
+
"hint": "A bug with no steps, no observed-versus-expected and no stack trace gives its fixer no way to tell when it is fixed."
|
|
4800
|
+
},
|
|
4801
|
+
"review_target_missing": {
|
|
4802
|
+
"title": "No pull request to review",
|
|
4803
|
+
"hint": "A review task needs the number or URL of the pull request it should read."
|
|
4804
|
+
},
|
|
4805
|
+
"success_criteria_missing": {
|
|
4806
|
+
"title": "No success criteria",
|
|
4807
|
+
"hint": "State the question the spike answers, or what a good outcome looks like, so the timebox has a target."
|
|
4808
|
+
},
|
|
4809
|
+
"unknown": {
|
|
4810
|
+
"title": "Unrecognised finding",
|
|
4811
|
+
"hint": "This run recorded a check this version no longer knows about. Review the task by hand before continuing."
|
|
4812
|
+
}
|
|
4813
|
+
}
|
|
4814
|
+
},
|
|
4751
4815
|
"requirements": {
|
|
4752
4816
|
"title": "Requirements review",
|
|
4753
4817
|
"iteration": "Iteration {current} / {max}",
|
|
@@ -6078,7 +6142,6 @@
|
|
|
6078
6142
|
"titlePlaceholder": "e.g. Migrate the API to the new auth model",
|
|
6079
6143
|
"goalField": "Goal",
|
|
6080
6144
|
"goalPlaceholder": "Describe the goal, constraints and rough scope. The planner refines this into a multi-phase plan.",
|
|
6081
|
-
"pathInvalid": "Enter a path inside the repository (no \"..\", absolute paths, or backslashes).",
|
|
6082
6145
|
"hint": "Nothing runs yet: after creating, run the Initiative Planning pipeline on the block. It analyses the codebase and drafts the multi-phase plan for your approval.",
|
|
6083
6146
|
"submit": "Create initiative",
|
|
6084
6147
|
"failedTitle": "Could not create the initiative",
|
package/i18n/locales/es.json
CHANGED
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
"confirm": "Descartar",
|
|
84
84
|
"keep": "Seguir editando"
|
|
85
85
|
},
|
|
86
|
-
"edit": "Editar"
|
|
86
|
+
"edit": "Editar",
|
|
87
|
+
"pathInvalid": "Introduce una ruta dentro del repositorio (sin \"..\", rutas absolutas ni barras invertidas)."
|
|
87
88
|
},
|
|
88
89
|
"access": {
|
|
89
90
|
"noBoardWrite": "Acceso de solo lectura: puedes ver este tablero pero no editarlo.",
|
|
@@ -298,6 +299,7 @@
|
|
|
298
299
|
"continue": "Continuar",
|
|
299
300
|
"submit": "Añadir tarea",
|
|
300
301
|
"addFailedTitle": "No se pudo añadir la tarea",
|
|
302
|
+
"customFieldsInvalid": "El formulario de este tipo de tarea ha cambiado desde que lo abriste, por lo que las respuestas ya no coinciden con lo que pide. Cierra y vuelve a abrir el diálogo para rellenar los campos actuales.",
|
|
301
303
|
"linkFailed": "Tarea añadida, pero no se pudo vincular {count} adjunto | Tarea añadida, pero no se pudieron vincular {count} adjuntos",
|
|
302
304
|
"review": {
|
|
303
305
|
"prUrl": "Pull request",
|
|
@@ -566,6 +568,8 @@
|
|
|
566
568
|
"binary_output_service_invalid": "No se puede resolver el servicio de salidas binarias",
|
|
567
569
|
"binary_output_generator_invalid": "No se puede resolver el generador de salidas binarias",
|
|
568
570
|
"foundational_service_not_inherited": "Este tablero registró ese servicio",
|
|
571
|
+
"input_gate_not_parked": "Nada que responder",
|
|
572
|
+
"input_gate_parked": "Respóndelo en la comprobación de entrada de la tarea",
|
|
569
573
|
"ticket_already_linked": "Esta incidencia ya tiene una tarea",
|
|
570
574
|
"dry_run_not_mergeable": "Una ejecución de prueba no se puede fusionar"
|
|
571
575
|
},
|
|
@@ -600,6 +604,8 @@
|
|
|
600
604
|
"binary_output_service_invalid": "Un paso que genera salidas binarias selecciona un servicio fundacional que el catálogo de este espacio de trabajo no puede resolver: el identificador es desconocido, o el servicio de almacenamiento elegido no tiene la capacidad asset-storage. Corrige la selección del paso o registra el servicio y vuelve a iniciarlo.",
|
|
601
605
|
"binary_output_generator_invalid": "Un paso que genera salidas binarias selecciona una integración generativa que esta instalación no registra, o ninguna de las integraciones seleccionadas produce un tipo de contenido que el paso debe entregar. Las integraciones generativas se registran en el código de la instalación, no en este espacio de trabajo: regístrala o corrige la selección del paso y vuelve a iniciar.",
|
|
602
606
|
"foundational_service_not_inherited": "La exclusión se aplica a un servicio heredado de la cuenta. Este id está registrado por este tablero, así que no hay nada que excluir: elimina la entrada propia del tablero.",
|
|
607
|
+
"input_gate_not_parked": "Esta ejecución ya no espera su comprobación de entrada. Puede que alguien la haya respondido o que la ejecución haya avanzado.",
|
|
608
|
+
"input_gate_parked": "Esta ejecución está detenida en su comprobación de entrada, que la vía de aprobación no puede resolver. Usa el aviso de la ejecución: corrige la tarea y vuelve a comprobar, o ejecútala de todos modos.",
|
|
603
609
|
"ticket_already_linked": "Una incidencia solo puede respaldar una tarea, así que volver a vincularla dejaría a la tarea existente sin el contexto con el que se creó. Abre esa tarea o desvincula antes la incidencia.",
|
|
604
610
|
"dry_run_not_mergeable": "Esta pull request proviene de una ejecución de prueba, así que no se puede fusionar desde aquí. Vuelve a iniciar la tarea como ejecución real para producir una pull request que este espacio de trabajo sí fusionará."
|
|
605
611
|
},
|
|
@@ -3159,6 +3165,16 @@
|
|
|
3159
3165
|
"saveFailed": "No se pudo guardar la configuración",
|
|
3160
3166
|
"budgetSaved": "Presupuesto guardado",
|
|
3161
3167
|
"budgetSaveFailed": "No se pudo guardar el presupuesto"
|
|
3168
|
+
},
|
|
3169
|
+
"inputGate": {
|
|
3170
|
+
"heading": "Comprobación de entrada antes de iniciar una ejecución",
|
|
3171
|
+
"body": "Revisa la redacción de la tarea antes de lanzar el primer paso del agente, para que una tarea inabordable se detenga sin gastar nada. Estándar detiene la ejecución ante una descripción vacía o de relleno, un error sin contexto de reproducción, o una tarea de revisión sin pull request.",
|
|
3172
|
+
"mode": "Modo",
|
|
3173
|
+
"modes": {
|
|
3174
|
+
"standard": "Estándar (detener ante una carencia bloqueante)",
|
|
3175
|
+
"advisory": "Aviso (registrar, nunca detener)",
|
|
3176
|
+
"off": "Desactivado (omitir la comprobación)"
|
|
3177
|
+
}
|
|
3162
3178
|
}
|
|
3163
3179
|
},
|
|
3164
3180
|
"localModelEndpoints": {
|
|
@@ -3210,13 +3226,25 @@
|
|
|
3210
3226
|
"executionBackend": {
|
|
3211
3227
|
"label": "Dónde se ejecutan los agentes",
|
|
3212
3228
|
"local-docker": "Docker local (host)",
|
|
3229
|
+
"local-dockerDesc": "Ejecuta cada agente en un contenedor sobre el daemon de Docker de esta máquina.",
|
|
3213
3230
|
"cloudflare-containers": "Cloudflare Containers (integrado)",
|
|
3214
|
-
"
|
|
3231
|
+
"cloudflare-containersDesc": "Ejecuta los agentes en la plataforma de contenedores por ejecución integrada de Cloudflare.",
|
|
3232
|
+
"kubernetes": "Clúster de Kubernetes",
|
|
3233
|
+
"kubernetesDesc": "Ejecuta cada agente como un pod en un clúster de Kubernetes que tú gestionas.",
|
|
3234
|
+
"runner-pool": "Pool de ejecutores personalizado (HTTP)",
|
|
3235
|
+
"runner-poolDesc": "Envía los agentes a tu propio planificador detrás de una API de manifiestos HTTP.",
|
|
3236
|
+
"k3s": "Kubernetes local (k3s)",
|
|
3237
|
+
"k3sDesc": "Precargado para un clúster k3s/k3d local en esta máquina: solo tienes que pegar un token."
|
|
3215
3238
|
},
|
|
3216
3239
|
"testEnvBackend": {
|
|
3217
3240
|
"label": "Dónde se ejecutan los entornos de prueba",
|
|
3218
|
-
"local-compose": "docker-compose en contenedor",
|
|
3219
|
-
"
|
|
3241
|
+
"local-compose": "docker-compose en contenedor (dependencias del Tester)",
|
|
3242
|
+
"local-composeDesc": "Levanta las dependencias del Tester con docker-compose dentro del contenedor de la ejecución. Para un entorno de vista previa completo de la app, usa la opción de entorno de vista previa de Docker Compose de abajo.",
|
|
3243
|
+
"kubernetes": "Clúster de Kubernetes",
|
|
3244
|
+
"kubernetesDesc": "Aprovisiona un namespace por PR en un clúster de Kubernetes que tú gestionas. Ideal para apps nativas de Kubernetes o si ya tienes un clúster en marcha.",
|
|
3245
|
+
"environment-provider": "Proveedor HTTP personalizado",
|
|
3246
|
+
"environment-providerDesc": "Aprovisiona entornos efímeros a través de tu propia API de gestión HTTP. Ideal si ya cuentas con herramientas propias de entornos de vista previa.",
|
|
3247
|
+
"compose": "Entorno de vista previa de Docker Compose",
|
|
3220
3248
|
"composeDesc": "Levanta el docker-compose.yml del propio repositorio en un daemon de Docker local como URL del Tester. Ideal para apps locales basadas en Compose. Admite imágenes prediseñadas o compilación desde el código fuente; requiere un daemon de Docker, por lo que solo en despliegues locales."
|
|
3221
3249
|
},
|
|
3222
3250
|
"dockerComposeInfo": "Los servicios de Docker Compose se levantan en el Docker local del runtime: no se necesita conexión (el contenedor de la ejecución debe admitir Docker-in-Docker). Configura el servicio, el puerto y el origen de la imagen (usar prediseñada o compilar desde el código fuente) en los ajustes de entorno del servicio.",
|
|
@@ -4543,6 +4571,51 @@
|
|
|
4543
4571
|
"fail": "Ejecución fallida"
|
|
4544
4572
|
}
|
|
4545
4573
|
},
|
|
4574
|
+
"inputGate": {
|
|
4575
|
+
"blockedTitle": "Esta tarea necesita más detalle antes de ejecutarse",
|
|
4576
|
+
"blockedBody": "La ejecución se detuvo antes del primer paso del agente, así que no se ha gastado nada. Completa lo que falta en la tarea y vuelve a comprobar.",
|
|
4577
|
+
"waivedTitle": "Iniciada pese a una tarea incompleta",
|
|
4578
|
+
"waivedBody": "Alguien decidió ejecutar esta tarea con las carencias de abajo aún abiertas. Se conservan como parte del historial de la ejecución.",
|
|
4579
|
+
"advisoryTitle": "Se anotaron algunas carencias y la ejecución continuó",
|
|
4580
|
+
"advisoryBody": "La comprobación de entrada de la tarea encontró esto al iniciar la ejecución. Nada de ello detiene el trabajo, así que no se detuvo nada; completarlo facilita acertar en la próxima ejecución.",
|
|
4581
|
+
"severity": {
|
|
4582
|
+
"blocking": "Bloqueante",
|
|
4583
|
+
"advisory": "Aviso"
|
|
4584
|
+
},
|
|
4585
|
+
"recheck": "Volver a comprobar",
|
|
4586
|
+
"proceed": "Ejecutar igualmente",
|
|
4587
|
+
"recheckHint": "La comprobación lee la tarea tal como está ahora, así que edítala primero.",
|
|
4588
|
+
"issue": {
|
|
4589
|
+
"description_missing": {
|
|
4590
|
+
"title": "Sin descripción",
|
|
4591
|
+
"hint": "El título nombra la tarea; la descripción es con lo que trabaja un agente. Di qué debe cambiar y por qué."
|
|
4592
|
+
},
|
|
4593
|
+
"description_placeholder": {
|
|
4594
|
+
"title": "Descripción de relleno",
|
|
4595
|
+
"hint": "La descripción es un marcador (\"TBD\", \"n/a\", \"arreglarlo\") en vez de una descripción del trabajo."
|
|
4596
|
+
},
|
|
4597
|
+
"description_thin": {
|
|
4598
|
+
"title": "Descripción muy breve",
|
|
4599
|
+
"hint": "Unas pocas palabras rara vez definen qué significa \"terminado\". Más detalle aquí ahorra una ronda de preguntas después."
|
|
4600
|
+
},
|
|
4601
|
+
"reproduction_missing": {
|
|
4602
|
+
"title": "Sin contexto de reproducción",
|
|
4603
|
+
"hint": "Un error sin pasos, sin observado frente a esperado y sin traza no permite saber cuándo queda corregido."
|
|
4604
|
+
},
|
|
4605
|
+
"review_target_missing": {
|
|
4606
|
+
"title": "Sin pull request que revisar",
|
|
4607
|
+
"hint": "Una tarea de revisión necesita el número o la URL del pull request que debe leer."
|
|
4608
|
+
},
|
|
4609
|
+
"success_criteria_missing": {
|
|
4610
|
+
"title": "Sin criterios de éxito",
|
|
4611
|
+
"hint": "Indica la pregunta que responde el spike, o cómo sería un buen resultado, para que el tiempo acotado tenga un objetivo."
|
|
4612
|
+
},
|
|
4613
|
+
"unknown": {
|
|
4614
|
+
"title": "Hallazgo no reconocido",
|
|
4615
|
+
"hint": "Esta ejecución registró una comprobación que esta versión ya no conoce. Revisa la tarea a mano antes de continuar."
|
|
4616
|
+
}
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4546
4619
|
"requirements": {
|
|
4547
4620
|
"title": "Revisión de requisitos",
|
|
4548
4621
|
"iteration": "Iteración {current} / {max}",
|
|
@@ -5871,7 +5944,6 @@
|
|
|
5871
5944
|
"titlePlaceholder": "p. ej. Migrar la API al nuevo modelo de autenticacion",
|
|
5872
5945
|
"goalField": "Objetivo",
|
|
5873
5946
|
"goalPlaceholder": "Describe el objetivo, las restricciones y el alcance aproximado. El planificador lo refina en un plan multifase.",
|
|
5874
|
-
"pathInvalid": "Introduce una ruta dentro del repositorio (sin \"..\", rutas absolutas ni barras invertidas).",
|
|
5875
5947
|
"hint": "Todavia no se ejecuta nada: tras crearla, ejecuta el pipeline de planificacion de iniciativas sobre el bloque. Analiza el codigo y redacta el plan multifase para tu aprobacion.",
|
|
5876
5948
|
"submit": "Crear iniciativa",
|
|
5877
5949
|
"failedTitle": "No se pudo crear la iniciativa",
|
package/i18n/locales/fr.json
CHANGED
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
"confirm": "Ignorer",
|
|
84
84
|
"keep": "Continuer l'édition"
|
|
85
85
|
},
|
|
86
|
-
"edit": "Modifier"
|
|
86
|
+
"edit": "Modifier",
|
|
87
|
+
"pathInvalid": "Saisissez un chemin a l'interieur du depot (pas de \"..\", de chemins absolus ni d'antislashs)."
|
|
87
88
|
},
|
|
88
89
|
"access": {
|
|
89
90
|
"noBoardWrite": "Accès en lecture seule : vous pouvez consulter ce tableau mais pas le modifier.",
|
|
@@ -298,6 +299,7 @@
|
|
|
298
299
|
"continue": "Continuer",
|
|
299
300
|
"submit": "Ajouter la tâche",
|
|
300
301
|
"addFailedTitle": "Impossible d’ajouter la tâche",
|
|
302
|
+
"customFieldsInvalid": "Le formulaire de ce type de tâche a changé depuis son ouverture : les réponses ne correspondent donc plus à ce qui est demandé. Fermez puis réouvrez la boîte de dialogue pour remplir les champs actuels.",
|
|
301
303
|
"linkFailed": "Tâche ajoutée, mais {count} pièce jointe n’a pas pu être liée | Tâche ajoutée, mais {count} pièces jointes n’ont pas pu être liées",
|
|
302
304
|
"review": {
|
|
303
305
|
"prUrl": "Pull request",
|
|
@@ -566,6 +568,8 @@
|
|
|
566
568
|
"binary_output_service_invalid": "Service des sorties binaires introuvable",
|
|
567
569
|
"binary_output_generator_invalid": "Générateur de sorties binaires introuvable",
|
|
568
570
|
"foundational_service_not_inherited": "Ce tableau a enregistré ce service",
|
|
571
|
+
"input_gate_not_parked": "Rien à répondre",
|
|
572
|
+
"input_gate_parked": "Répondez-y dans la vérification d'entrée de la tâche",
|
|
569
573
|
"ticket_already_linked": "Ce ticket a déjà une tâche",
|
|
570
574
|
"dry_run_not_mergeable": "Une exécution à blanc ne peut pas être fusionnée"
|
|
571
575
|
},
|
|
@@ -600,6 +604,8 @@
|
|
|
600
604
|
"binary_output_service_invalid": "Une étape qui génère des sorties binaires sélectionne un service fondamental que le catalogue de cet espace de travail ne peut pas résoudre : l’identifiant est inconnu, ou le service de stockage choisi ne porte pas la capacité asset-storage. Corrigez la sélection de l’étape ou enregistrez le service, puis relancez.",
|
|
601
605
|
"binary_output_generator_invalid": "Une étape qui génère des sorties binaires sélectionne une intégration générative que ce déploiement n’enregistre pas, ou aucune des intégrations sélectionnées ne produit un type de contenu que l’étape doit livrer. Les intégrations génératives sont enregistrées dans le code du déploiement, pas dans cet espace de travail : enregistrez-la ou corrigez la sélection de l’étape, puis relancez.",
|
|
602
606
|
"foundational_service_not_inherited": "L'écartement s'applique à un service hérité du compte. Cet identifiant est enregistré par ce tableau : il n'y a donc rien à écarter - supprimez plutôt l'entrée propre au tableau.",
|
|
607
|
+
"input_gate_not_parked": "Cette exécution n'attend plus sa vérification d'entrée. Quelqu'un y a peut-être déjà répondu, ou l'exécution a avancé.",
|
|
608
|
+
"input_gate_parked": "Cette exécution est en attente de sa vérification d'entrée, à laquelle la validation ne peut pas répondre. Utilisez l'avis sur l'exécution : corrigez la tâche et relancez la vérification, ou exécutez-la quand même.",
|
|
603
609
|
"ticket_already_linked": "Un ticket ne peut alimenter qu'une seule tâche : le relier à nouveau priverait la tâche existante du contexte avec lequel elle a été créée. Ouvrez plutôt cette tâche, ou dissociez d'abord le ticket.",
|
|
604
610
|
"dry_run_not_mergeable": "Cette pull request provient d'une exécution à blanc et ne peut pas être fusionnée ici. Relancez la tâche en exécution réelle pour produire une pull request que cet espace de travail fusionnera."
|
|
605
611
|
},
|
|
@@ -3159,6 +3165,16 @@
|
|
|
3159
3165
|
"saveFailed": "Impossible d'enregistrer les paramètres",
|
|
3160
3166
|
"budgetSaved": "Budget enregistré",
|
|
3161
3167
|
"budgetSaveFailed": "Impossible d'enregistrer le budget"
|
|
3168
|
+
},
|
|
3169
|
+
"inputGate": {
|
|
3170
|
+
"heading": "Vérification des entrées avant le démarrage d'une exécution",
|
|
3171
|
+
"body": "Contrôle la formulation d'une tâche avant l'envoi du premier pas de l'agent, pour qu'une tâche inexploitable s'arrête sans rien dépenser. Standard met l'exécution en pause sur une description vide ou de remplissage, un bogue sans contexte de reproduction, ou une tâche de relecture sans pull request.",
|
|
3172
|
+
"mode": "Mode",
|
|
3173
|
+
"modes": {
|
|
3174
|
+
"standard": "Standard (mettre en pause sur un manque bloquant)",
|
|
3175
|
+
"advisory": "Indicatif (enregistrer, jamais mettre en pause)",
|
|
3176
|
+
"off": "Désactivé (ignorer la vérification)"
|
|
3177
|
+
}
|
|
3162
3178
|
}
|
|
3163
3179
|
},
|
|
3164
3180
|
"localModelEndpoints": {
|
|
@@ -3210,13 +3226,25 @@
|
|
|
3210
3226
|
"executionBackend": {
|
|
3211
3227
|
"label": "Où s'exécutent les agents",
|
|
3212
3228
|
"local-docker": "Docker local (hôte)",
|
|
3229
|
+
"local-dockerDesc": "Exécute chaque agent dans un conteneur sur le démon Docker de cette machine.",
|
|
3213
3230
|
"cloudflare-containers": "Cloudflare Containers (intégré)",
|
|
3214
|
-
"
|
|
3231
|
+
"cloudflare-containersDesc": "Exécute les agents sur la plateforme de conteneurs par exécution intégrée à Cloudflare.",
|
|
3232
|
+
"kubernetes": "Cluster Kubernetes",
|
|
3233
|
+
"kubernetesDesc": "Exécute chaque agent en tant que pod dans un cluster Kubernetes que vous gérez.",
|
|
3234
|
+
"runner-pool": "Pool d'exécuteurs personnalisé (HTTP)",
|
|
3235
|
+
"runner-poolDesc": "Envoie les agents vers votre propre ordonnanceur derrière une API de manifestes HTTP.",
|
|
3236
|
+
"k3s": "Kubernetes local (k3s)",
|
|
3237
|
+
"k3sDesc": "Préconfiguré pour un cluster k3s/k3d local sur cette machine : il suffit de coller un jeton."
|
|
3215
3238
|
},
|
|
3216
3239
|
"testEnvBackend": {
|
|
3217
3240
|
"label": "Où s'exécutent les environnements de test",
|
|
3218
|
-
"local-compose": "docker-compose dans le conteneur",
|
|
3219
|
-
"
|
|
3241
|
+
"local-compose": "docker-compose dans le conteneur (dépendances du Testeur)",
|
|
3242
|
+
"local-composeDesc": "Démarre les dépendances du Testeur avec docker-compose à l'intérieur du conteneur de l'exécution. Pour un environnement de prévisualisation complet de l'application, utilisez l'option d'environnement de prévisualisation Docker Compose ci-dessous.",
|
|
3243
|
+
"kubernetes": "Cluster Kubernetes",
|
|
3244
|
+
"kubernetesDesc": "Provisionne un namespace par PR dans un cluster Kubernetes que vous gérez. Idéal pour les applications natives Kubernetes ou si vous exploitez déjà un cluster.",
|
|
3245
|
+
"environment-provider": "Fournisseur HTTP personnalisé",
|
|
3246
|
+
"environment-providerDesc": "Provisionne des environnements éphémères via votre propre API de gestion HTTP. Idéal si vous disposez déjà d'un outillage dédié aux environnements de prévisualisation.",
|
|
3247
|
+
"compose": "Environnement de prévisualisation Docker Compose",
|
|
3220
3248
|
"composeDesc": "Démarre le docker-compose.yml du dépôt sur un démon Docker local comme URL du Testeur. Idéal pour les applications locales basées sur Compose. Prend en charge les images préconstruites ou la construction depuis les sources ; nécessite un démon Docker, donc uniquement pour les déploiements locaux."
|
|
3221
3249
|
},
|
|
3222
3250
|
"dockerComposeInfo": "Les services Docker Compose démarrent sur le Docker local du runtime : aucune connexion requise (le conteneur d’exécution doit prendre en charge Docker-in-Docker). Configurez le service, le port et la source de l’image (image préconstruite ou construction depuis les sources) dans les paramètres d’environnement du service.",
|
|
@@ -4543,6 +4571,51 @@
|
|
|
4543
4571
|
"fail": "Exécution échouée"
|
|
4544
4572
|
}
|
|
4545
4573
|
},
|
|
4574
|
+
"inputGate": {
|
|
4575
|
+
"blockedTitle": "Cette tâche a besoin de plus de détails avant de s'exécuter",
|
|
4576
|
+
"blockedBody": "L'exécution s'est arrêtée avant le premier pas de l'agent, rien n'a donc été dépensé. Complétez ce qui manque sur la tâche, puis relancez la vérification.",
|
|
4577
|
+
"waivedTitle": "Démarrée malgré une tâche incomplète",
|
|
4578
|
+
"waivedBody": "Quelqu'un a choisi d'exécuter cette tâche avec les manques ci-dessous encore ouverts. Ils sont conservés dans l'historique de l'exécution.",
|
|
4579
|
+
"advisoryTitle": "Quelques manques relevés, l'exécution a continué",
|
|
4580
|
+
"advisoryBody": "La vérification d'entrée de la tâche les a repérés au démarrage. Aucun n'empêche le travail, rien n'a donc été mis en attente : les compléter facilitera la prochaine exécution.",
|
|
4581
|
+
"severity": {
|
|
4582
|
+
"blocking": "Bloquant",
|
|
4583
|
+
"advisory": "Indicatif"
|
|
4584
|
+
},
|
|
4585
|
+
"recheck": "Revérifier la tâche",
|
|
4586
|
+
"proceed": "Exécuter quand même",
|
|
4587
|
+
"recheckHint": "La vérification lit la tâche telle qu'elle est maintenant, modifiez-la d'abord.",
|
|
4588
|
+
"issue": {
|
|
4589
|
+
"description_missing": {
|
|
4590
|
+
"title": "Aucune description",
|
|
4591
|
+
"hint": "Le titre nomme la tâche ; la description est ce sur quoi un agent travaille. Dites ce qui doit changer et pourquoi."
|
|
4592
|
+
},
|
|
4593
|
+
"description_placeholder": {
|
|
4594
|
+
"title": "Description de remplissage",
|
|
4595
|
+
"hint": "La description est un substitut (\"TBD\", \"n/a\", \"à corriger\") plutôt qu'un énoncé du travail."
|
|
4596
|
+
},
|
|
4597
|
+
"description_thin": {
|
|
4598
|
+
"title": "Description très courte",
|
|
4599
|
+
"hint": "Quelques mots définissent rarement ce que \"terminé\" veut dire. Plus de détail ici évite un aller-retour de questions."
|
|
4600
|
+
},
|
|
4601
|
+
"reproduction_missing": {
|
|
4602
|
+
"title": "Aucun contexte de reproduction",
|
|
4603
|
+
"hint": "Un bogue sans étapes, sans observé-contre-attendu et sans trace d'appels ne permet pas de savoir quand il est corrigé."
|
|
4604
|
+
},
|
|
4605
|
+
"review_target_missing": {
|
|
4606
|
+
"title": "Aucune pull request à relire",
|
|
4607
|
+
"hint": "Une tâche de relecture a besoin du numéro ou de l'URL de la pull request à lire."
|
|
4608
|
+
},
|
|
4609
|
+
"success_criteria_missing": {
|
|
4610
|
+
"title": "Aucun critère de réussite",
|
|
4611
|
+
"hint": "Indiquez la question à laquelle le spike répond, ou ce qu'est un bon résultat, pour donner une cible au temps imparti."
|
|
4612
|
+
},
|
|
4613
|
+
"unknown": {
|
|
4614
|
+
"title": "Constat non reconnu",
|
|
4615
|
+
"hint": "Cette exécution a enregistré une vérification que cette version ne connaît plus. Relisez la tâche à la main avant de continuer."
|
|
4616
|
+
}
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4546
4619
|
"requirements": {
|
|
4547
4620
|
"title": "Revue des exigences",
|
|
4548
4621
|
"iteration": "Itération {current} / {max}",
|
|
@@ -5871,7 +5944,6 @@
|
|
|
5871
5944
|
"titlePlaceholder": "p. ex. Migrer l'API vers le nouveau modele d'authentification",
|
|
5872
5945
|
"goalField": "Objectif",
|
|
5873
5946
|
"goalPlaceholder": "Decrivez l'objectif, les contraintes et le perimetre approximatif. Le planificateur l'affine en un plan multiphase.",
|
|
5874
|
-
"pathInvalid": "Saisissez un chemin a l'interieur du depot (pas de \"..\", de chemins absolus ni d'antislashs).",
|
|
5875
5947
|
"hint": "Rien ne s'execute encore : apres la creation, lancez le pipeline de planification d'initiative sur le bloc. Il analyse le code et redige le plan multiphase pour votre approbation.",
|
|
5876
5948
|
"submit": "Creer l'initiative",
|
|
5877
5949
|
"failedTitle": "Impossible de creer l'initiative",
|
package/i18n/locales/he.json
CHANGED
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
"confirm": "לבטל",
|
|
84
84
|
"keep": "להמשיך לערוך"
|
|
85
85
|
},
|
|
86
|
-
"edit": "עריכה"
|
|
86
|
+
"edit": "עריכה",
|
|
87
|
+
"pathInvalid": "הזינו נתיב בתוך המאגר (ללא \"..\", נתיבים מוחלטים או קו נטוי הפוך)."
|
|
87
88
|
},
|
|
88
89
|
"access": {
|
|
89
90
|
"noBoardWrite": "גישת קריאה בלבד: אפשר לצפות בלוח הזה אך לא לערוך אותו.",
|
|
@@ -298,6 +299,7 @@
|
|
|
298
299
|
"continue": "המשך",
|
|
299
300
|
"submit": "הוסף משימה",
|
|
300
301
|
"addFailedTitle": "לא ניתן היה להוסיף משימה",
|
|
302
|
+
"customFieldsInvalid": "הטופס של סוג המשימה הזה השתנה מאז שפתחתם אותו, ולכן התשובות אינן תואמות עוד את מה שהוא מבקש. סגרו ופתחו מחדש את החלון כדי למלא את השדות הנוכחיים.",
|
|
301
303
|
"linkFailed": "המשימה נוספה, אך {count} צרופה לא ניתנה לקישור | המשימה נוספה, אך {count} צרופות לא ניתנו לקישור",
|
|
302
304
|
"review": {
|
|
303
305
|
"prUrl": "בקשת משיכה",
|
|
@@ -566,6 +568,8 @@
|
|
|
566
568
|
"binary_output_service_invalid": "לא ניתן לזהות את השירות לפלט בינארי",
|
|
567
569
|
"binary_output_generator_invalid": "לא ניתן לזהות את מחולל הפלט הבינארי",
|
|
568
570
|
"foundational_service_not_inherited": "הלוח הזה רשם את השירות",
|
|
571
|
+
"input_gate_not_parked": "אין על מה להשיב",
|
|
572
|
+
"input_gate_parked": "השיבו בבדיקת הקלט של המשימה",
|
|
569
573
|
"ticket_already_linked": "לכרטיס הזה כבר יש משימה",
|
|
570
574
|
"dry_run_not_mergeable": "לא ניתן למזג הרצת יבש"
|
|
571
575
|
},
|
|
@@ -600,6 +604,8 @@
|
|
|
600
604
|
"binary_output_service_invalid": "שלב שמייצר פלט בינארי בוחר שירות תשתית שהקטלוג של סביבת העבודה אינו יכול לזהות: המזהה אינו מוכר, או ששירות האחסון שנבחר אינו נושא את היכולת asset-storage. תקנו את הבחירה בשלב או רשמו את השירות, ואז התחילו מחדש.",
|
|
601
605
|
"binary_output_generator_invalid": "שלב שמייצר פלט בינארי בוחר אינטגרציה גנרטיבית שהפריסה הזו אינה רושמת, או שאף אחת מהאינטגרציות שנבחרו אינה מייצרת סוג תוכן שהשלב אמור לספק. אינטגרציות גנרטיביות נרשמות בקוד של הפריסה ולא במרחב העבודה הזה: רשמו אותה או תקנו את הבחירה בשלב, ואז התחילו מחדש.",
|
|
602
606
|
"foundational_service_not_inherited": "החרגה חלה על שירות שנורש מהחשבון. המזהה הזה רשום על ידי הלוח הזה, ולכן אין מה להחריג - מחקו במקום זאת את הרשומה של הלוח עצמו.",
|
|
607
|
+
"input_gate_not_parked": "ההרצה כבר לא ממתינה לבדיקת הקלט. ייתכן שמישהו כבר השיב, או שההרצה התקדמה.",
|
|
608
|
+
"input_gate_parked": "הרצה זו ממתינה לבדיקת הקלט שלה, ומסלול האישור אינו יכול להשיב עליה. השתמשו בהודעה שעל ההרצה: תקנו את המשימה ובדקו שוב, או הריצו בכל זאת.",
|
|
603
609
|
"ticket_already_linked": "כרטיס יכול לגבות משימה אחת בלבד, ולכן קישור נוסף שלו ישלול מהמשימה הקיימת את ההקשר שאיתו נוצרה. פתחו את המשימה הזו במקום זאת, או בטלו קודם את קישור הכרטיס.",
|
|
604
610
|
"dry_run_not_mergeable": "בקשת המשיכה הזו הגיעה מהרצת יבש, ולכן לא ניתן למזג אותה מכאן. הפעילו את המשימה מחדש כהרצה רגילה כדי ליצור בקשת משיכה שסביבת העבודה הזו תמזג."
|
|
605
611
|
},
|
|
@@ -2456,6 +2462,7 @@
|
|
|
2456
2462
|
"kubernetesDesc": "הקצה מרחב שמות לכל PR באשכול Kubernetes שאתה מפעיל.",
|
|
2457
2463
|
"environment-provider": "ספק HTTP מותאם",
|
|
2458
2464
|
"environment-providerDesc": "הקצה סביבות ארעיות דרך ממשק ניהול HTTP משלך.",
|
|
2465
|
+
"compose": "סביבת תצוגה מקדימה של Docker Compose",
|
|
2459
2466
|
"composeDesc": "מריץ את קובץ docker-compose.yml של המאגר עצמו על דימון Docker מקומי ככתובת ה-URL של הבוחן. מתאים בעיקר לאפליקציות מקומיות מבוססות Compose. תומך בתמונות בנויות מראש או בבנייה מקוד המקור; דורש דימון Docker, ולכן פריסות מקומיות בלבד."
|
|
2460
2467
|
},
|
|
2461
2468
|
"dockerComposeInfo": "שירותי Docker Compose עולים על ה-Docker המקומי של סביבת הריצה: אין צורך בחיבור (מכולת ההרצה חייבת לתמוך ב-Docker-in-Docker). הגדר את השירות, הפורט ומקור התמונה (משיכת תמונה בנויה מראש או בנייה מקוד המקור) בהגדרות הסביבה של השירות.",
|
|
@@ -3299,6 +3306,16 @@
|
|
|
3299
3306
|
"saveFailed": "לא ניתן היה לשמור הגדרות",
|
|
3300
3307
|
"budgetSaved": "התקציב נשמר",
|
|
3301
3308
|
"budgetSaveFailed": "לא ניתן היה לשמור תקציב"
|
|
3309
|
+
},
|
|
3310
|
+
"inputGate": {
|
|
3311
|
+
"heading": "בדיקת קלט לפני תחילת הרצה",
|
|
3312
|
+
"body": "בודקת את ניסוח המשימה לפני שליחת צעד הסוכן הראשון, כך שמשימה שאי אפשר לעבוד לפיה נעצרת בלי לצרוך דבר. במצב רגיל ההרצה נעצרת כשהתיאור ריק או זמני, כשבאג חסר הקשר שחזור, או כשמשימת סקירה לא מציינת בקשת משיכה.",
|
|
3313
|
+
"mode": "מצב",
|
|
3314
|
+
"modes": {
|
|
3315
|
+
"standard": "רגיל (עצירה בפער חוסם)",
|
|
3316
|
+
"advisory": "המלצה (תיעוד, בלי עצירה)",
|
|
3317
|
+
"off": "כבוי (דילוג על הבדיקה)"
|
|
3318
|
+
}
|
|
3302
3319
|
}
|
|
3303
3320
|
},
|
|
3304
3321
|
"localModelEndpoints": {
|
|
@@ -4554,6 +4571,51 @@
|
|
|
4554
4571
|
"fail": "ההרצה נכשלה"
|
|
4555
4572
|
}
|
|
4556
4573
|
},
|
|
4574
|
+
"inputGate": {
|
|
4575
|
+
"blockedTitle": "המשימה הזו צריכה יותר פירוט לפני שתרוץ",
|
|
4576
|
+
"blockedBody": "ההרצה נעצרה לפני צעד הסוכן הראשון, ולכן לא נצרך דבר. השלימו את החסר במשימה ואז בדקו שוב.",
|
|
4577
|
+
"waivedTitle": "הופעלה למרות משימה חסרה",
|
|
4578
|
+
"waivedBody": "מישהו בחר להריץ את המשימה כשהפערים שלמטה עדיין פתוחים. הם נשמרים כחלק מתיעוד ההרצה.",
|
|
4579
|
+
"advisoryTitle": "נרשמו כמה פערים, וההרצה המשיכה",
|
|
4580
|
+
"advisoryBody": "בדיקת הקלט של המשימה איתרה אותם עם תחילת ההרצה. אף אחד מהם אינו עוצר את העבודה, ולכן דבר לא הושהה. השלמתם תקל על ההרצה הבאה.",
|
|
4581
|
+
"severity": {
|
|
4582
|
+
"blocking": "חוסם",
|
|
4583
|
+
"advisory": "המלצה"
|
|
4584
|
+
},
|
|
4585
|
+
"recheck": "בדיקה חוזרת של המשימה",
|
|
4586
|
+
"proceed": "להריץ בכל זאת",
|
|
4587
|
+
"recheckHint": "הבדיקה החוזרת קוראת את המשימה כפי שהיא עכשיו, אז ערכו אותה קודם.",
|
|
4588
|
+
"issue": {
|
|
4589
|
+
"description_missing": {
|
|
4590
|
+
"title": "אין תיאור",
|
|
4591
|
+
"hint": "הכותרת נותנת שם למשימה, והתיאור הוא מה שהסוכן עובד לפיו. כתבו מה צריך להשתנות ולמה."
|
|
4592
|
+
},
|
|
4593
|
+
"description_placeholder": {
|
|
4594
|
+
"title": "תיאור זמני בלבד",
|
|
4595
|
+
"hint": "התיאור הוא מציין מקום (\"TBD\", \"n/a\", \"לתקן\") ולא תיאור של העבודה."
|
|
4596
|
+
},
|
|
4597
|
+
"description_thin": {
|
|
4598
|
+
"title": "תיאור קצר מאוד",
|
|
4599
|
+
"hint": "כמה מילים רק לעתים רחוקות מגדירות מה זה \"גמור\". פירוט כאן חוסך סבב שאלות בהמשך."
|
|
4600
|
+
},
|
|
4601
|
+
"reproduction_missing": {
|
|
4602
|
+
"title": "אין הקשר שחזור",
|
|
4603
|
+
"hint": "באג בלי שלבים, בלי השוואה בין הצפוי למתקבל ובלי מעקב מחסנית לא מאפשר לדעת מתי הוא תוקן."
|
|
4604
|
+
},
|
|
4605
|
+
"review_target_missing": {
|
|
4606
|
+
"title": "אין בקשת משיכה לסקירה",
|
|
4607
|
+
"hint": "משימת סקירה צריכה את המספר או הכתובת של בקשת המשיכה שעליה לקרוא."
|
|
4608
|
+
},
|
|
4609
|
+
"success_criteria_missing": {
|
|
4610
|
+
"title": "אין קריטריוני הצלחה",
|
|
4611
|
+
"hint": "ציינו את השאלה שהבדיקה המקדימה עונה עליה, או איך נראית תוצאה טובה, כדי שלמסגרת הזמן תהיה מטרה."
|
|
4612
|
+
},
|
|
4613
|
+
"unknown": {
|
|
4614
|
+
"title": "ממצא לא מוכר",
|
|
4615
|
+
"hint": "ההרצה תיעדה בדיקה שהגרסה הזו כבר לא מכירה. עברו על המשימה ידנית לפני שתמשיכו."
|
|
4616
|
+
}
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4557
4619
|
"requirements": {
|
|
4558
4620
|
"title": "סקירת דרישות",
|
|
4559
4621
|
"iteration": "איטרציה {current} / {max}",
|
|
@@ -5882,7 +5944,6 @@
|
|
|
5882
5944
|
"titlePlaceholder": "לדוגמה: העברת ה-API למודל האימות החדש",
|
|
5883
5945
|
"goalField": "מטרה",
|
|
5884
5946
|
"goalPlaceholder": "תארו את המטרה, המגבלות והיקף משוער. המתכנן מזקק זאת לתוכנית רב-שלבית.",
|
|
5885
|
-
"pathInvalid": "הזינו נתיב בתוך המאגר (ללא \"..\", נתיבים מוחלטים או קו נטוי הפוך).",
|
|
5886
5947
|
"hint": "שום דבר לא רץ עדיין: לאחר היצירה, הריצו את צינור תכנון היוזמה על הבלוק. הוא מנתח את הקוד ומנסח את התוכנית הרב-שלבית לאישורכם.",
|
|
5887
5948
|
"submit": "יצירת יוזמה",
|
|
5888
5949
|
"failedTitle": "לא ניתן היה ליצור את היוזמה",
|