@cat-factory/app 0.47.6 → 0.47.8

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.
@@ -752,13 +752,12 @@
752
752
  "loading": "Loading…"
753
753
  },
754
754
  "localMode": {
755
- "continueWith": "Continue with {provider}",
756
- "enterPatTitle": "Or sign in with a personal access token",
757
- "tokenPlaceholder": "paste a {provider} token",
755
+ "continueWithConfigured": "Sign in with configured {provider} PAT",
756
+ "noPatTitle": "No source-control token configured",
757
+ "noPatBody": "Set GITHUB_PAT or GITLAB_PAT in your .env to sign in with a personal access token, then restart the server.",
758
758
  "createToken": "Create a {provider} token ↗",
759
- "submit": "Sign in",
760
759
  "orDivider": "or",
761
- "failed": "Sign-in failed. Check the token and try again."
760
+ "failed": "Sign-in failed. Check that the configured token is valid and try again."
762
761
  },
763
762
  "signInRequired": {
764
763
  "personalSubscriptions": "Personal subscriptions are saved to your account, but this deployment runs without sign-in, so they can't be stored here. Use the workspace pool or a provider API key instead.",
@@ -2167,5 +2166,217 @@
2167
2166
  "updateConnection": "Update connection",
2168
2167
  "connect": "Connect"
2169
2168
  }
2169
+ },
2170
+ "pipeline": {
2171
+ "iterationCap": {
2172
+ "extraRound": "One more round",
2173
+ "proceed": "Proceed anyway",
2174
+ "stopReset": "Stop & reset task"
2175
+ },
2176
+ "builder": {
2177
+ "title": "Pipeline builder",
2178
+ "agentPalette": "Agent palette",
2179
+ "addAgent": "Add agent",
2180
+ "pipeline": "Pipeline",
2181
+ "configureModels": "Configure models",
2182
+ "configureModelsTooltip": "Manage model presets (which model each agent runs on)",
2183
+ "namePlaceholder": "Pipeline name",
2184
+ "labelPlaceholder": "+ label",
2185
+ "gatingNeedsEstimator": "A gated step needs a Task Estimator before it. Add one or the pipeline won't save.",
2186
+ "emptyDraft": "Click agents on the left to assemble a linear pipeline.",
2187
+ "companionAdd": "Add the {companion} (reviews this step, loops it back below threshold)",
2188
+ "companionRemove": "Remove the {companion} for this step",
2189
+ "disableTooltip": "Disable this step (kept in the pipeline but skipped at run)",
2190
+ "enableTooltip": "Step disabled (skipped at run). Click to enable.",
2191
+ "approvalAddTooltip": "Require human approval after this step",
2192
+ "approvalRemoveTooltip": "Approval required after this step. Click to remove the gate.",
2193
+ "consensusEnableTooltip": "Enable consensus (multi-model panel/debate/voting) for this step",
2194
+ "consensusRevertTooltip": "Consensus enabled. Click to revert to a single agent.",
2195
+ "followUpEnableTooltip": "Follow-up companion disabled. Click to enable (Coder surfaces loose ends / questions).",
2196
+ "followUpDisableTooltip": "Follow-up companion enabled. Coder surfaces loose ends / side-tasks / questions; click to disable.",
2197
+ "moveUp": "Move step up",
2198
+ "moveDown": "Move step down",
2199
+ "removeStep": "Remove this step from the pipeline",
2200
+ "gateOnEstimate": "Gate on estimate",
2201
+ "companionGateTooltip": "Only run this companion when the task estimate clears a threshold (needs a Task Estimator earlier)",
2202
+ "consensusGateTooltip": "Only run consensus when the task estimate clears a threshold (else the standard agent runs)",
2203
+ "runWhenAny": "run when (any):",
2204
+ "complexityThreshold": "complexity ≥",
2205
+ "riskThreshold": "risk ≥",
2206
+ "impactThreshold": "impact ≥",
2207
+ "strategy": "Strategy",
2208
+ "rounds": "Rounds",
2209
+ "strategyOption": {
2210
+ "specialist-panel": "Specialist panel",
2211
+ "debate": "Debate",
2212
+ "ranked-voting": "Ranked voting"
2213
+ },
2214
+ "rolePlaceholder": "Role",
2215
+ "modelIdPlaceholder": "Model id (optional)",
2216
+ "removeParticipant": "Remove participant (min 2)",
2217
+ "addParticipant": "Add participant",
2218
+ "savedPipelines": "Saved pipelines",
2219
+ "hideArchived": "Hide archived",
2220
+ "archivedCount": "Archived ({count})",
2221
+ "allLabels": "All",
2222
+ "defaultBadge": "default",
2223
+ "stepCount": "{count} step | {count} steps",
2224
+ "unarchive": "Unarchive",
2225
+ "archive": "Archive (hide from the default view)",
2226
+ "cloneDefault": "Clone this default into an editable copy",
2227
+ "clone": "Clone",
2228
+ "edit": "Edit this pipeline",
2229
+ "delete": "Delete this pipeline",
2230
+ "disabledStepTooltip": "Disabled, skipped at run",
2231
+ "cancelEdit": "Cancel edit",
2232
+ "clear": "Clear",
2233
+ "update": "Update pipeline",
2234
+ "save": "Save pipeline",
2235
+ "addAgentModal": {
2236
+ "title": "Add agent",
2237
+ "name": "Name",
2238
+ "namePlaceholder": "e.g. Security Auditor",
2239
+ "description": "Description",
2240
+ "descriptionPlaceholder": "What does this agent do?",
2241
+ "linkDoc": "Link context document",
2242
+ "create": "Create agent"
2243
+ },
2244
+ "toast": {
2245
+ "added": "Added agent \"{name}\"",
2246
+ "placeholderTitle": "Placeholder",
2247
+ "updated": "Updated \"{name}\"",
2248
+ "saved": "Saved \"{name}\"",
2249
+ "addOneFirst": "Add at least one agent first",
2250
+ "saveFailed": "Could not save pipeline",
2251
+ "cloned": "Cloned \"{name}\" — now editing \"{copy}\"",
2252
+ "cloneFailed": "Could not clone pipeline",
2253
+ "updateFailed": "Could not update pipeline"
2254
+ }
2255
+ },
2256
+ "progress": {
2257
+ "status": {
2258
+ "running": "Running",
2259
+ "blocked": "Needs you",
2260
+ "paused": "Paused (budget)",
2261
+ "done": "Completed",
2262
+ "failed": "Failed"
2263
+ },
2264
+ "state": {
2265
+ "pending": "Pending",
2266
+ "working": "Working",
2267
+ "waiting_decision": "Needs decision",
2268
+ "done": "Done"
2269
+ },
2270
+ "stage": {
2271
+ "incorporating": "Incorporating…",
2272
+ "reviewing": "Re-reviewing…",
2273
+ "recommending": "Recommending…"
2274
+ },
2275
+ "followUp": {
2276
+ "watching": "Watching…",
2277
+ "toDecide": "{count} to decide",
2278
+ "allDecided": "All decided"
2279
+ },
2280
+ "agentsComplete": "{completed} / {total} agents complete",
2281
+ "currently": "currently {agent}",
2282
+ "percent": "{value}%",
2283
+ "companion": "Companion",
2284
+ "companionTooltip": "Companion of a producer step",
2285
+ "companionSuffix": "(companion)",
2286
+ "stepOf": "Step {current} of {total}",
2287
+ "viewDetailsOutput": "View details and read output",
2288
+ "viewDetails": "View step details",
2289
+ "restartTooltip": "Restart pipeline from this step",
2290
+ "restartFromHere": "Restart from here",
2291
+ "spinningUpContainer": "Spinning up container…",
2292
+ "subtasks": "{completed}/{total} subtasks",
2293
+ "subtasksInProgress": "· {count} in progress",
2294
+ "clickToRead": "Click to read this agent's output",
2295
+ "reviewApprove": "Review & approve {agent}'s proposal",
2296
+ "resolve": "Resolve: {question}"
2297
+ },
2298
+ "health": {
2299
+ "title": "Pipeline health",
2300
+ "allValid": "All pipelines are valid and up to date.",
2301
+ "invalidHeading": "Invalid pipelines",
2302
+ "invalidDescription": "These reference a missing agent or are misconfigured, so they would fail (or misrun) at start. Delete a custom pipeline, or reseed a built-in to restore its catalog definition.",
2303
+ "builtinBadge": "built-in",
2304
+ "reseed": "Reseed",
2305
+ "delete": "Delete",
2306
+ "updatesHeading": "Updates available",
2307
+ "updatesDescription": "A newer version of these built-in pipelines has shipped. Reseed to adopt it (your labels and archive state are kept).",
2308
+ "reseedAll": "Reseed all ({count})",
2309
+ "dismiss": "Dismiss",
2310
+ "done": "Done",
2311
+ "toast": {
2312
+ "reseedFailed": "Could not reseed pipeline",
2313
+ "deleteFailed": "Could not delete pipeline"
2314
+ }
2315
+ }
2316
+ },
2317
+ "palette": {
2318
+ "hint": "Click an agent to append it to the pipeline.",
2319
+ "customAgents": "Custom agents"
2320
+ },
2321
+ "gates": {
2322
+ "subtitle": {
2323
+ "humanReview": "Waits for a human code review on the PR, looping the fixer on comments",
2324
+ "ci": "Gates the PR on green CI, looping the CI fixer on failure",
2325
+ "conflicts": "Gates the PR on a clean merge, looping the resolver on conflicts"
2326
+ },
2327
+ "status": {
2328
+ "passed": "Passed",
2329
+ "gaveUp": "Gave up",
2330
+ "fixing": "Fixing",
2331
+ "failing": "Failing",
2332
+ "pending": "Pending",
2333
+ "checking": "Checking"
2334
+ },
2335
+ "conflict": {
2336
+ "mergeable": "Mergeable",
2337
+ "computing": "Computing mergeability…",
2338
+ "conflicts": "Conflicts with base",
2339
+ "unknown": "Unknown"
2340
+ },
2341
+ "noActivity": "No gate activity yet.",
2342
+ "noActivityHint": "The precheck runs once the PR is open. While it polls, the step shows live state on the board.",
2343
+ "passedCi": "CI is green.",
2344
+ "passedConflicts": "The PR merges cleanly with its base.",
2345
+ "humanReview": {
2346
+ "approvals": "{approved} / {required} approval | {approved} / {required} approvals",
2347
+ "suffixFixing": "· fixer addressing comments…",
2348
+ "suffixFailing": "· review comments to address",
2349
+ "suffixAwaiting": "· awaiting review",
2350
+ "reviewPr": "Review pull request on GitHub",
2351
+ "requestFixHeading": "Request a fix",
2352
+ "requestFixDescription": "Describe a change for the fixer to make on the PR branch now (in addition to any review comments, which it addresses automatically).",
2353
+ "requestFixPlaceholder": "e.g. rename the helper and add a unit test for the empty-input case",
2354
+ "requestFix": "Request fix"
2355
+ },
2356
+ "ci": {
2357
+ "failingChecks": "Failing checks",
2358
+ "openOnGithub": "Open {name} on GitHub",
2359
+ "conclusionFallback": "failure",
2360
+ "failureFallback": "CI has not reported a failure on this commit."
2361
+ },
2362
+ "conflicts": {
2363
+ "mergeability": "Mergeability",
2364
+ "viewPr": "View pull request on GitHub"
2365
+ },
2366
+ "attemptsHeading": "{helper} attempts",
2367
+ "attempt": "Attempt {number}",
2368
+ "outcome": {
2369
+ "completed": "completed",
2370
+ "failed": "failed"
2371
+ },
2372
+ "sidebar": {
2373
+ "state": "State",
2374
+ "fixRounds": "{count} fix round | {count} fix rounds",
2375
+ "attempts": "{attempts}/{max} attempt | {attempts}/{max} attempts",
2376
+ "suffixRunning": "· running…",
2377
+ "suffixNotNeeded": "· not needed yet",
2378
+ "gatedCommit": "Gated commit",
2379
+ "footer": "A gate runs a programmatic precheck and only spins up the {helper} when it fails; a green check advances with nothing spun up."
2380
+ }
2170
2381
  }
2171
2382
  }
@@ -716,13 +716,12 @@
716
716
  "loading": "Cargando…"
717
717
  },
718
718
  "localMode": {
719
- "continueWith": "Continuar con {provider}",
720
- "enterPatTitle": "O inicia sesión con un token de acceso personal",
721
- "tokenPlaceholder": "pega un token de {provider}",
719
+ "continueWithConfigured": "Inicia sesión con el PAT de {provider} configurado",
720
+ "noPatTitle": "No hay ningún token de control de versiones configurado",
721
+ "noPatBody": "Define GITHUB_PAT o GITLAB_PAT en tu .env para iniciar sesión con un token de acceso personal y reinicia el servidor.",
722
722
  "createToken": "Crear un token de {provider} ↗",
723
- "submit": "Iniciar sesión",
724
723
  "orDivider": "o",
725
- "failed": "Error al iniciar sesión. Comprueba el token e inténtalo de nuevo."
724
+ "failed": "Error al iniciar sesión. Comprueba que el token configurado sea válido e inténtalo de nuevo."
726
725
  },
727
726
  "signInRequired": {
728
727
  "personalSubscriptions": "Las suscripciones personales se guardan en tu cuenta, pero este despliegue se ejecuta sin inicio de sesión, así que no se pueden almacenar aquí. Usa el grupo del espacio de trabajo o una clave de API de proveedor.",
@@ -2113,5 +2112,217 @@
2113
2112
  "updateConnection": "Actualizar conexión",
2114
2113
  "connect": "Conectar"
2115
2114
  }
2115
+ },
2116
+ "pipeline": {
2117
+ "iterationCap": {
2118
+ "extraRound": "Una ronda más",
2119
+ "proceed": "Continuar de todos modos",
2120
+ "stopReset": "Detener y reiniciar la tarea"
2121
+ },
2122
+ "builder": {
2123
+ "title": "Constructor de pipelines",
2124
+ "agentPalette": "Paleta de agentes",
2125
+ "addAgent": "Añadir agente",
2126
+ "pipeline": "Pipeline",
2127
+ "configureModels": "Configurar modelos",
2128
+ "configureModelsTooltip": "Gestionar los preajustes de modelos (qué modelo ejecuta cada agente)",
2129
+ "namePlaceholder": "Nombre del pipeline",
2130
+ "labelPlaceholder": "+ etiqueta",
2131
+ "gatingNeedsEstimator": "Un paso con compuerta necesita un Task Estimator antes. Añade uno o el pipeline no se guardará.",
2132
+ "emptyDraft": "Haz clic en los agentes de la izquierda para montar un pipeline lineal.",
2133
+ "companionAdd": "Añadir el {companion} (revisa este paso y lo repite si queda por debajo del umbral)",
2134
+ "companionRemove": "Quitar el {companion} de este paso",
2135
+ "disableTooltip": "Desactivar este paso (se mantiene en el pipeline pero se omite al ejecutar)",
2136
+ "enableTooltip": "Paso desactivado (omitido al ejecutar). Haz clic para activarlo.",
2137
+ "approvalAddTooltip": "Requerir aprobación humana después de este paso",
2138
+ "approvalRemoveTooltip": "Aprobación requerida después de este paso. Haz clic para quitar la compuerta.",
2139
+ "consensusEnableTooltip": "Activar el consenso (panel/debate/votación multimodelo) para este paso",
2140
+ "consensusRevertTooltip": "Consenso activado. Haz clic para volver a un solo agente.",
2141
+ "followUpEnableTooltip": "Compañero de seguimiento desactivado. Haz clic para activarlo (Coder detecta cabos sueltos / preguntas).",
2142
+ "followUpDisableTooltip": "Compañero de seguimiento activado. Coder detecta cabos sueltos / subtareas / preguntas; haz clic para desactivarlo.",
2143
+ "moveUp": "Subir el paso",
2144
+ "moveDown": "Bajar el paso",
2145
+ "removeStep": "Quitar este paso del pipeline",
2146
+ "gateOnEstimate": "Compuerta según la estimación",
2147
+ "companionGateTooltip": "Ejecutar este compañero solo cuando la estimación de la tarea supere un umbral (requiere un Task Estimator antes)",
2148
+ "consensusGateTooltip": "Ejecutar el consenso solo cuando la estimación de la tarea supere un umbral (de lo contrario se ejecuta el agente estándar)",
2149
+ "runWhenAny": "ejecutar cuando (cualquiera):",
2150
+ "complexityThreshold": "complejidad ≥",
2151
+ "riskThreshold": "riesgo ≥",
2152
+ "impactThreshold": "impacto ≥",
2153
+ "strategy": "Estrategia",
2154
+ "rounds": "Rondas",
2155
+ "strategyOption": {
2156
+ "specialist-panel": "Panel de especialistas",
2157
+ "debate": "Debate",
2158
+ "ranked-voting": "Votación por ranking"
2159
+ },
2160
+ "rolePlaceholder": "Rol",
2161
+ "modelIdPlaceholder": "Id del modelo (opcional)",
2162
+ "removeParticipant": "Quitar participante (mín. 2)",
2163
+ "addParticipant": "Añadir participante",
2164
+ "savedPipelines": "Pipelines guardados",
2165
+ "hideArchived": "Ocultar archivados",
2166
+ "archivedCount": "Archivados ({count})",
2167
+ "allLabels": "Todas",
2168
+ "defaultBadge": "predeterminado",
2169
+ "stepCount": "{count} paso | {count} pasos",
2170
+ "unarchive": "Desarchivar",
2171
+ "archive": "Archivar (ocultar de la vista predeterminada)",
2172
+ "cloneDefault": "Clonar este predeterminado en una copia editable",
2173
+ "clone": "Clonar",
2174
+ "edit": "Editar este pipeline",
2175
+ "delete": "Eliminar este pipeline",
2176
+ "disabledStepTooltip": "Desactivado, omitido al ejecutar",
2177
+ "cancelEdit": "Cancelar edición",
2178
+ "clear": "Limpiar",
2179
+ "update": "Actualizar pipeline",
2180
+ "save": "Guardar pipeline",
2181
+ "addAgentModal": {
2182
+ "title": "Añadir agente",
2183
+ "name": "Nombre",
2184
+ "namePlaceholder": "p. ej. Auditor de seguridad",
2185
+ "description": "Descripción",
2186
+ "descriptionPlaceholder": "¿Qué hace este agente?",
2187
+ "linkDoc": "Vincular documento de contexto",
2188
+ "create": "Crear agente"
2189
+ },
2190
+ "toast": {
2191
+ "added": "Agente \"{name}\" añadido",
2192
+ "placeholderTitle": "Marcador de posición",
2193
+ "updated": "\"{name}\" actualizado",
2194
+ "saved": "\"{name}\" guardado",
2195
+ "addOneFirst": "Añade al menos un agente primero",
2196
+ "saveFailed": "No se pudo guardar el pipeline",
2197
+ "cloned": "Clonado \"{name}\" — ahora editando \"{copy}\"",
2198
+ "cloneFailed": "No se pudo clonar el pipeline",
2199
+ "updateFailed": "No se pudo actualizar el pipeline"
2200
+ }
2201
+ },
2202
+ "progress": {
2203
+ "status": {
2204
+ "running": "En ejecución",
2205
+ "blocked": "Te necesita",
2206
+ "paused": "En pausa (presupuesto)",
2207
+ "done": "Completado",
2208
+ "failed": "Falló"
2209
+ },
2210
+ "state": {
2211
+ "pending": "Pendiente",
2212
+ "working": "Trabajando",
2213
+ "waiting_decision": "Requiere decisión",
2214
+ "done": "Completado"
2215
+ },
2216
+ "stage": {
2217
+ "incorporating": "Incorporando…",
2218
+ "reviewing": "Revisando de nuevo…",
2219
+ "recommending": "Recomendando…"
2220
+ },
2221
+ "followUp": {
2222
+ "watching": "Observando…",
2223
+ "toDecide": "{count} por decidir",
2224
+ "allDecided": "Todo decidido"
2225
+ },
2226
+ "agentsComplete": "{completed} / {total} agentes completados",
2227
+ "currently": "ahora {agent}",
2228
+ "percent": "{value} %",
2229
+ "companion": "Acompañante",
2230
+ "companionTooltip": "Acompañante de un paso productor",
2231
+ "companionSuffix": "(acompañante)",
2232
+ "stepOf": "Paso {current} de {total}",
2233
+ "viewDetailsOutput": "Ver detalles y leer la salida",
2234
+ "viewDetails": "Ver detalles del paso",
2235
+ "restartTooltip": "Reiniciar el pipeline desde este paso",
2236
+ "restartFromHere": "Reiniciar desde aquí",
2237
+ "spinningUpContainer": "Iniciando contenedor…",
2238
+ "subtasks": "{completed}/{total} subtareas",
2239
+ "subtasksInProgress": "· {count} en progreso",
2240
+ "clickToRead": "Haz clic para leer la salida de este agente",
2241
+ "reviewApprove": "Revisar y aprobar la propuesta de {agent}",
2242
+ "resolve": "Resolver: {question}"
2243
+ },
2244
+ "health": {
2245
+ "title": "Estado de los pipelines",
2246
+ "allValid": "Todos los pipelines son válidos y están actualizados.",
2247
+ "invalidHeading": "Pipelines no válidos",
2248
+ "invalidDescription": "Estos hacen referencia a un agente inexistente o están mal configurados, por lo que fallarían (o se ejecutarían mal) al iniciar. Elimina un pipeline personalizado o vuelve a generar uno integrado para restaurar su definición del catálogo.",
2249
+ "builtinBadge": "integrado",
2250
+ "reseed": "Regenerar",
2251
+ "delete": "Eliminar",
2252
+ "updatesHeading": "Actualizaciones disponibles",
2253
+ "updatesDescription": "Se ha publicado una versión más reciente de estos pipelines integrados. Regenéralos para adoptarla (se conservan tus etiquetas y el estado de archivo).",
2254
+ "reseedAll": "Regenerar todos ({count})",
2255
+ "dismiss": "Descartar",
2256
+ "done": "Hecho",
2257
+ "toast": {
2258
+ "reseedFailed": "No se pudo regenerar el pipeline",
2259
+ "deleteFailed": "No se pudo eliminar el pipeline"
2260
+ }
2261
+ }
2262
+ },
2263
+ "palette": {
2264
+ "hint": "Haz clic en un agente para añadirlo al pipeline.",
2265
+ "customAgents": "Agentes personalizados"
2266
+ },
2267
+ "gates": {
2268
+ "subtitle": {
2269
+ "humanReview": "Espera una revisión de código humana en el PR, repitiendo el corrector ante los comentarios",
2270
+ "ci": "Bloquea el PR hasta que la CI esté verde, repitiendo el corrector de CI ante los fallos",
2271
+ "conflicts": "Bloquea el PR hasta una fusión limpia, repitiendo el resolutor ante los conflictos"
2272
+ },
2273
+ "status": {
2274
+ "passed": "Aprobado",
2275
+ "gaveUp": "Se rindió",
2276
+ "fixing": "Corrigiendo",
2277
+ "failing": "Fallando",
2278
+ "pending": "Pendiente",
2279
+ "checking": "Comprobando"
2280
+ },
2281
+ "conflict": {
2282
+ "mergeable": "Fusionable",
2283
+ "computing": "Calculando la fusionabilidad…",
2284
+ "conflicts": "Conflictos con la base",
2285
+ "unknown": "Desconocido"
2286
+ },
2287
+ "noActivity": "Aún no hay actividad en la compuerta.",
2288
+ "noActivityHint": "La comprobación previa se ejecuta una vez abierto el PR. Mientras sondea, el paso muestra su estado en vivo en el tablero.",
2289
+ "passedCi": "La CI está verde.",
2290
+ "passedConflicts": "El PR se fusiona limpiamente con su base.",
2291
+ "humanReview": {
2292
+ "approvals": "{approved} / {required} aprobación | {approved} / {required} aprobaciones",
2293
+ "suffixFixing": "· el corrector está atendiendo los comentarios…",
2294
+ "suffixFailing": "· comentarios de revisión por atender",
2295
+ "suffixAwaiting": "· a la espera de revisión",
2296
+ "reviewPr": "Revisar la pull request en GitHub",
2297
+ "requestFixHeading": "Solicitar una corrección",
2298
+ "requestFixDescription": "Describe un cambio para que el corrector lo haga ahora en la rama del PR (además de los comentarios de revisión, que atiende automáticamente).",
2299
+ "requestFixPlaceholder": "p. ej. renombra el helper y añade una prueba unitaria para el caso de entrada vacía",
2300
+ "requestFix": "Solicitar corrección"
2301
+ },
2302
+ "ci": {
2303
+ "failingChecks": "Comprobaciones fallidas",
2304
+ "openOnGithub": "Abrir {name} en GitHub",
2305
+ "conclusionFallback": "fallo",
2306
+ "failureFallback": "La CI no ha informado de ningún fallo en este commit."
2307
+ },
2308
+ "conflicts": {
2309
+ "mergeability": "Fusionabilidad",
2310
+ "viewPr": "Ver la pull request en GitHub"
2311
+ },
2312
+ "attemptsHeading": "Intentos de {helper}",
2313
+ "attempt": "Intento {number}",
2314
+ "outcome": {
2315
+ "completed": "completado",
2316
+ "failed": "fallido"
2317
+ },
2318
+ "sidebar": {
2319
+ "state": "Estado",
2320
+ "fixRounds": "{count} ronda de corrección | {count} rondas de corrección",
2321
+ "attempts": "{attempts}/{max} intento | {attempts}/{max} intentos",
2322
+ "suffixRunning": "· ejecutándose…",
2323
+ "suffixNotNeeded": "· aún no necesario",
2324
+ "gatedCommit": "Commit con compuerta",
2325
+ "footer": "Una compuerta ejecuta una comprobación previa programática y solo pone en marcha el {helper} cuando falla; una comprobación en verde avanza sin poner nada en marcha."
2326
+ }
2116
2327
  }
2117
2328
  }