@cat-factory/app 0.249.0 → 0.250.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/auth/LoginScreen.vue +8 -2
- package/app/components/board/nodes/TaskCard.vue +1 -1
- package/app/components/bootstrap/BootstrapModal.vue +5 -3
- package/app/components/github/GitHubPanel.vue +49 -10
- package/app/components/panels/InspectorPanel.vue +14 -9
- package/app/components/vcs/GitLabConnect.vue +8 -2
- package/app/composables/usePipelineErrorToast.ts +2 -0
- package/app/stores/github/vcsConnect.ts +19 -0
- package/app/stores/github.spec.ts +116 -6
- package/app/stores/github.ts +23 -6
- package/app/utils/vcs.spec.ts +105 -14
- package/app/utils/vcs.ts +113 -29
- package/i18n/locales/de.json +36 -19
- package/i18n/locales/en.json +36 -19
- package/i18n/locales/es.json +36 -19
- package/i18n/locales/fr.json +36 -19
- package/i18n/locales/he.json +36 -19
- package/i18n/locales/it.json +36 -19
- package/i18n/locales/ja.json +36 -19
- package/i18n/locales/pl.json +36 -19
- package/i18n/locales/tr.json +36 -19
- package/i18n/locales/uk.json +36 -19
- package/package.json +2 -2
package/i18n/locales/en.json
CHANGED
|
@@ -516,7 +516,6 @@
|
|
|
516
516
|
},
|
|
517
517
|
"pr": "PR",
|
|
518
518
|
"prNumber": "PR #{number}",
|
|
519
|
-
"openPrOnGithub": "Open {pr} on GitHub",
|
|
520
519
|
"readOutcome": "Outcome",
|
|
521
520
|
"readOutcomeHint": "Read what changed, with the evidence behind it",
|
|
522
521
|
"review": "Review",
|
|
@@ -530,7 +529,8 @@
|
|
|
530
529
|
"module": "Module: {name}",
|
|
531
530
|
"buildSteps": "Build steps",
|
|
532
531
|
"reviewAndApprove": "Review & approve",
|
|
533
|
-
"clickToViewStep": "Click to view step details & output"
|
|
532
|
+
"clickToViewStep": "Click to view step details & output",
|
|
533
|
+
"openPrLink": "Open {pr}"
|
|
534
534
|
},
|
|
535
535
|
"dryRunToast": {
|
|
536
536
|
"title": "Dry run started",
|
|
@@ -592,7 +592,8 @@
|
|
|
592
592
|
"unavailable": {
|
|
593
593
|
"description": {
|
|
594
594
|
"binary_generators_unreachable": "This deployment's generative integrations could not be read just now, so the run was not started. Nothing is misconfigured and no change is needed: try again once the connection recovers.",
|
|
595
|
-
"foundational_builtins_unreachable": "This deployment's built-in foundational services could not be read just now. Nothing is misconfigured and no change is needed: try again once the connection recovers."
|
|
595
|
+
"foundational_builtins_unreachable": "This deployment's built-in foundational services could not be read just now. Nothing is misconfigured and no change is needed: try again once the connection recovers.",
|
|
596
|
+
"connection_credentials_unreadable": "The stored credentials for this connection could not be read. If this deployment can reach the service holding its key, re-connect the source to replace them; otherwise try again once that connection recovers."
|
|
596
597
|
}
|
|
597
598
|
},
|
|
598
599
|
"action": {
|
|
@@ -670,7 +671,7 @@
|
|
|
670
671
|
"agent_backend_unconfigured": "No runner backend is available to run container agents. Register a self-hosted runner pool, or enable Cloudflare Containers in your deployment.",
|
|
671
672
|
"run_not_retryable": "Only a failed or finished run can be retried. This run is still active or in a state that can't be retried.",
|
|
672
673
|
"no_pr_to_merge": "This run hasn't opened a pull request yet, so there is nothing to merge.",
|
|
673
|
-
"github_not_connected": "Connect this workspace to
|
|
674
|
+
"github_not_connected": "Connect this workspace to a repository host so agents can clone the repository, push changes, and open pull requests.",
|
|
674
675
|
"bootstrap_not_retryable": "This bootstrap job can't be retried in its current state (it is still running or already finished successfully).",
|
|
675
676
|
"bootstrap_reference_missing": "The reference repository this bootstrap adapts is no longer reachable. It was deleted or its access was revoked. Pick another reference, or scaffold from scratch.",
|
|
676
677
|
"preset_unsatisfiable": "An inline step's model can't run inline on this deployment (a subscription-only model with no inline support). Pick an inline-capable model or preset.",
|
|
@@ -4182,14 +4183,11 @@
|
|
|
4182
4183
|
"loading": "Loading…",
|
|
4183
4184
|
"tabs": {
|
|
4184
4185
|
"repos": "Repositories",
|
|
4185
|
-
"pulls": "Pull requests",
|
|
4186
4186
|
"issues": "Issues"
|
|
4187
4187
|
},
|
|
4188
4188
|
"linkedToBoard": "Linked to this board",
|
|
4189
4189
|
"manageRepos": "Manage repos",
|
|
4190
|
-
"manageHint": "Pick the repositories this board should track. The GitHub connection is shared across the account, and each board links its own repos.",
|
|
4191
4190
|
"loadingRepos": "Loading repositories…",
|
|
4192
|
-
"noAvailableRepos": "The installation can't access any repositories yet.",
|
|
4193
4191
|
"private": "private",
|
|
4194
4192
|
"saveSelection": "Save selection",
|
|
4195
4193
|
"noLinkedRepos": "No repositories linked yet. Use Manage repos to pick which repositories this board tracks.",
|
|
@@ -4199,15 +4197,11 @@
|
|
|
4199
4197
|
"fromSha": "From SHA",
|
|
4200
4198
|
"commitShaPlaceholder": "commit sha",
|
|
4201
4199
|
"createBranch": "Create branch",
|
|
4202
|
-
"openPr": "Open PR",
|
|
4203
4200
|
"repository": "Repository",
|
|
4204
4201
|
"chooseRepository": "Choose a repository",
|
|
4205
4202
|
"prTitle": "Title",
|
|
4206
4203
|
"headBranch": "Head branch",
|
|
4207
4204
|
"baseBranch": "Base branch",
|
|
4208
|
-
"openPullRequest": "Open pull request",
|
|
4209
|
-
"noPulls": "No pull requests synced.",
|
|
4210
|
-
"mergePr": "Merge pull request",
|
|
4211
4205
|
"noIssues": "No issues synced.",
|
|
4212
4206
|
"prState": {
|
|
4213
4207
|
"open": "open",
|
|
@@ -4221,9 +4215,7 @@
|
|
|
4221
4215
|
"toast": {
|
|
4222
4216
|
"resync": "Resync {status}",
|
|
4223
4217
|
"reposUpdated": "Linked repositories updated",
|
|
4224
|
-
"branchCreated": "Branch {name} created"
|
|
4225
|
-
"prOpened": "Pull request opened",
|
|
4226
|
-
"prMerged": "PR #{number} merged"
|
|
4218
|
+
"branchCreated": "Branch {name} created"
|
|
4227
4219
|
},
|
|
4228
4220
|
"errors": {
|
|
4229
4221
|
"disconnect": "Could not disconnect",
|
|
@@ -4232,7 +4224,6 @@
|
|
|
4232
4224
|
"updateRepos": "Could not update repositories",
|
|
4233
4225
|
"loadBranches": "Could not load branches",
|
|
4234
4226
|
"createBranch": "Could not create branch",
|
|
4235
|
-
"openPr": "Could not open pull request",
|
|
4236
4227
|
"merge": "Could not merge"
|
|
4237
4228
|
}
|
|
4238
4229
|
},
|
|
@@ -5103,7 +5094,7 @@
|
|
|
5103
5094
|
"suffixFixing": "· fixer addressing comments…",
|
|
5104
5095
|
"suffixFailing": "· review comments to address",
|
|
5105
5096
|
"suffixAwaiting": "· awaiting review",
|
|
5106
|
-
"reviewPr": "Review pull request
|
|
5097
|
+
"reviewPr": "Review pull request",
|
|
5107
5098
|
"requestFixHeading": "Request a fix",
|
|
5108
5099
|
"requestFixDescription": "Describe a change for the fixer to make on the PR branch now (in addition to any review comments, which it addresses automatically).",
|
|
5109
5100
|
"requestFixPlaceholder": "e.g. rename the helper and add a unit test for the empty-input case",
|
|
@@ -5117,12 +5108,12 @@
|
|
|
5117
5108
|
},
|
|
5118
5109
|
"conflicts": {
|
|
5119
5110
|
"mergeability": "Mergeability",
|
|
5120
|
-
"viewPr": "View pull request
|
|
5111
|
+
"viewPr": "View pull request"
|
|
5121
5112
|
},
|
|
5122
5113
|
"docQuality": {
|
|
5123
5114
|
"findings": "Document issues",
|
|
5124
5115
|
"findingsFallback": "The document passed the structural checks.",
|
|
5125
|
-
"viewPr": "View pull request
|
|
5116
|
+
"viewPr": "View pull request"
|
|
5126
5117
|
},
|
|
5127
5118
|
"attemptsHeading": "{helper} attempts",
|
|
5128
5119
|
"attempt": "Attempt {number}",
|
|
@@ -7143,7 +7134,33 @@
|
|
|
7143
7134
|
},
|
|
7144
7135
|
"toast": {
|
|
7145
7136
|
"disconnected": "{provider} disconnected"
|
|
7146
|
-
}
|
|
7137
|
+
},
|
|
7138
|
+
"pulls": {
|
|
7139
|
+
"github": {
|
|
7140
|
+
"tab": "Pull requests",
|
|
7141
|
+
"open": "Open PR",
|
|
7142
|
+
"openSubmit": "Open pull request",
|
|
7143
|
+
"merge": "Merge this pull request",
|
|
7144
|
+
"none": "No pull requests synced.",
|
|
7145
|
+
"opened": "Pull request opened",
|
|
7146
|
+
"mergedToast": "PR #{number} merged",
|
|
7147
|
+
"openFailed": "Could not open pull request"
|
|
7148
|
+
},
|
|
7149
|
+
"gitlab": {
|
|
7150
|
+
"tab": "Merge requests",
|
|
7151
|
+
"open": "Open MR",
|
|
7152
|
+
"openSubmit": "Open merge request",
|
|
7153
|
+
"merge": "Merge this merge request",
|
|
7154
|
+
"none": "No merge requests synced.",
|
|
7155
|
+
"opened": "Merge request opened",
|
|
7156
|
+
"mergedToast": "MR !{number} merged",
|
|
7157
|
+
"openFailed": "Could not open merge request"
|
|
7158
|
+
}
|
|
7159
|
+
},
|
|
7160
|
+
"manageHintApp": "Pick the repositories this board should track. The App installation is shared across the account, and each board links its own repositories.",
|
|
7161
|
+
"manageHintToken": "Pick the repositories this board should track. The list is what the connected token can reach, and each board links its own repositories.",
|
|
7162
|
+
"noAvailableReposApp": "The App installation can’t access any repositories yet.",
|
|
7163
|
+
"noAvailableReposToken": "The connected token can’t reach any repositories yet. Check its scope and your access to them."
|
|
7147
7164
|
},
|
|
7148
7165
|
"connect": {
|
|
7149
7166
|
"or": "or",
|
package/i18n/locales/es.json
CHANGED
|
@@ -461,7 +461,6 @@
|
|
|
461
461
|
"noPipelineBody": "Crea una en el constructor primero.",
|
|
462
462
|
"pr": "PR",
|
|
463
463
|
"prNumber": "PR n.º {number}",
|
|
464
|
-
"openPrOnGithub": "Abrir {pr} en GitHub",
|
|
465
464
|
"readOutcome": "Resultado",
|
|
466
465
|
"readOutcomeHint": "Lee qué cambió, con las pruebas que lo respaldan",
|
|
467
466
|
"review": "Revisar",
|
|
@@ -479,7 +478,8 @@
|
|
|
479
478
|
"startedToast": {
|
|
480
479
|
"title": "Ejecución iniciada",
|
|
481
480
|
"body": "Ejecutando \"{name}\"."
|
|
482
|
-
}
|
|
481
|
+
},
|
|
482
|
+
"openPrLink": "Abrir {pr}"
|
|
483
483
|
},
|
|
484
484
|
"dryRunToast": {
|
|
485
485
|
"title": "Ejecución de prueba iniciada",
|
|
@@ -529,7 +529,8 @@
|
|
|
529
529
|
"unavailable": {
|
|
530
530
|
"description": {
|
|
531
531
|
"binary_generators_unreachable": "No se han podido leer las integraciones generativas de esta instalación en este momento, así que no se ha iniciado la ejecución. No hay nada mal configurado ni hace falta ningún cambio: inténtalo de nuevo cuando se restablezca la conexión.",
|
|
532
|
-
"foundational_builtins_unreachable": "No se han podido leer los servicios fundamentales integrados de esta instalación en este momento. No hay nada mal configurado ni hace falta ningún cambio: inténtalo de nuevo cuando se restablezca la conexión."
|
|
532
|
+
"foundational_builtins_unreachable": "No se han podido leer los servicios fundamentales integrados de esta instalación en este momento. No hay nada mal configurado ni hace falta ningún cambio: inténtalo de nuevo cuando se restablezca la conexión.",
|
|
533
|
+
"connection_credentials_unreadable": "No se han podido leer las credenciales guardadas de esta conexión. Si esta instalación puede acceder al servicio que custodia su clave, vuelve a conectar la fuente para reemplazarlas; si no, inténtalo de nuevo cuando se restablezca esa conexión."
|
|
533
534
|
}
|
|
534
535
|
},
|
|
535
536
|
"action": {
|
|
@@ -601,7 +602,7 @@
|
|
|
601
602
|
"agent_backend_unconfigured": "No hay ningún backend de runner disponible para ejecutar agentes en contenedores. Registra un pool de runners autoalojado o habilita Cloudflare Containers en tu despliegue.",
|
|
602
603
|
"run_not_retryable": "Solo se puede reintentar una ejecución fallida o finalizada. Esta ejecución sigue activa o está en un estado que no admite reintentos.",
|
|
603
604
|
"no_pr_to_merge": "Esta ejecución aún no ha abierto una pull request, así que no hay nada que fusionar.",
|
|
604
|
-
"github_not_connected": "Conecta este espacio de trabajo
|
|
605
|
+
"github_not_connected": "Conecta este espacio de trabajo a un host de repositorios para que los agentes puedan clonar el repositorio, enviar cambios y abrir pull requests.",
|
|
605
606
|
"bootstrap_not_retryable": "Este trabajo de arranque no puede reintentarse en su estado actual (todavía se está ejecutando o ya finalizó correctamente).",
|
|
606
607
|
"bootstrap_reference_missing": "El repositorio de referencia que adapta este arranque ya no es accesible. Se eliminó o se revocó su acceso. Elige otra referencia o crea desde cero.",
|
|
607
608
|
"preset_unsatisfiable": "El modelo de un paso en línea no puede ejecutarse en línea en este despliegue (un modelo solo por suscripción sin soporte en línea). Elige un modelo o preset compatible con la ejecución en línea.",
|
|
@@ -4054,14 +4055,11 @@
|
|
|
4054
4055
|
"loading": "Cargando…",
|
|
4055
4056
|
"tabs": {
|
|
4056
4057
|
"repos": "Repositorios",
|
|
4057
|
-
"pulls": "Solicitudes de incorporación de cambios",
|
|
4058
4058
|
"issues": "Incidencias"
|
|
4059
4059
|
},
|
|
4060
4060
|
"linkedToBoard": "Vinculado a este tablero",
|
|
4061
4061
|
"manageRepos": "Gestionar repositorios",
|
|
4062
|
-
"manageHint": "Elige los repositorios que este tablero debe seguir. La conexión de GitHub se comparte en toda la cuenta, y cada tablero vincula sus propios repositorios.",
|
|
4063
4062
|
"loadingRepos": "Cargando repositorios…",
|
|
4064
|
-
"noAvailableRepos": "La instalación aún no puede acceder a ningún repositorio.",
|
|
4065
4063
|
"private": "privado",
|
|
4066
4064
|
"saveSelection": "Guardar selección",
|
|
4067
4065
|
"noLinkedRepos": "Aún no hay repositorios vinculados. Usa Gestionar repositorios para elegir qué repositorios sigue este tablero.",
|
|
@@ -4071,15 +4069,11 @@
|
|
|
4071
4069
|
"fromSha": "Desde SHA",
|
|
4072
4070
|
"commitShaPlaceholder": "sha del commit",
|
|
4073
4071
|
"createBranch": "Crear rama",
|
|
4074
|
-
"openPr": "Abrir PR",
|
|
4075
4072
|
"repository": "Repositorio",
|
|
4076
4073
|
"chooseRepository": "Elige un repositorio",
|
|
4077
4074
|
"prTitle": "Título",
|
|
4078
4075
|
"headBranch": "Rama de origen",
|
|
4079
4076
|
"baseBranch": "Rama base",
|
|
4080
|
-
"openPullRequest": "Abrir solicitud de incorporación de cambios",
|
|
4081
|
-
"noPulls": "No hay solicitudes de incorporación de cambios sincronizadas.",
|
|
4082
|
-
"mergePr": "Fusionar solicitud de incorporación de cambios",
|
|
4083
4077
|
"noIssues": "No hay incidencias sincronizadas.",
|
|
4084
4078
|
"prState": {
|
|
4085
4079
|
"open": "abierta",
|
|
@@ -4093,9 +4087,7 @@
|
|
|
4093
4087
|
"toast": {
|
|
4094
4088
|
"resync": "Resincronización {status}",
|
|
4095
4089
|
"reposUpdated": "Repositorios vinculados actualizados",
|
|
4096
|
-
"branchCreated": "Rama {name} creada"
|
|
4097
|
-
"prOpened": "Solicitud de incorporación de cambios abierta",
|
|
4098
|
-
"prMerged": "PR #{number} fusionada"
|
|
4090
|
+
"branchCreated": "Rama {name} creada"
|
|
4099
4091
|
},
|
|
4100
4092
|
"errors": {
|
|
4101
4093
|
"disconnect": "No se pudo desconectar",
|
|
@@ -4104,7 +4096,6 @@
|
|
|
4104
4096
|
"updateRepos": "No se pudieron actualizar los repositorios",
|
|
4105
4097
|
"loadBranches": "No se pudieron cargar las ramas",
|
|
4106
4098
|
"createBranch": "No se pudo crear la rama",
|
|
4107
|
-
"openPr": "No se pudo abrir la solicitud de incorporación de cambios",
|
|
4108
4099
|
"merge": "No se pudo fusionar"
|
|
4109
4100
|
}
|
|
4110
4101
|
},
|
|
@@ -4877,7 +4868,7 @@
|
|
|
4877
4868
|
"suffixFixing": "· el corrector está atendiendo los comentarios…",
|
|
4878
4869
|
"suffixFailing": "· comentarios de revisión por atender",
|
|
4879
4870
|
"suffixAwaiting": "· a la espera de revisión",
|
|
4880
|
-
"reviewPr": "Revisar
|
|
4871
|
+
"reviewPr": "Revisar el pull request",
|
|
4881
4872
|
"requestFixHeading": "Solicitar una corrección",
|
|
4882
4873
|
"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).",
|
|
4883
4874
|
"requestFixPlaceholder": "p. ej. renombra el helper y añade una prueba unitaria para el caso de entrada vacía",
|
|
@@ -4891,12 +4882,12 @@
|
|
|
4891
4882
|
},
|
|
4892
4883
|
"conflicts": {
|
|
4893
4884
|
"mergeability": "Fusionabilidad",
|
|
4894
|
-
"viewPr": "Ver
|
|
4885
|
+
"viewPr": "Ver el pull request"
|
|
4895
4886
|
},
|
|
4896
4887
|
"docQuality": {
|
|
4897
4888
|
"findings": "Problemas del documento",
|
|
4898
4889
|
"findingsFallback": "El documento superó las comprobaciones estructurales.",
|
|
4899
|
-
"viewPr": "Ver
|
|
4890
|
+
"viewPr": "Ver el pull request"
|
|
4900
4891
|
},
|
|
4901
4892
|
"attemptsHeading": "Intentos de {helper}",
|
|
4902
4893
|
"attempt": "Intento {number}",
|
|
@@ -6906,7 +6897,33 @@
|
|
|
6906
6897
|
},
|
|
6907
6898
|
"toast": {
|
|
6908
6899
|
"disconnected": "{provider} desconectado"
|
|
6909
|
-
}
|
|
6900
|
+
},
|
|
6901
|
+
"pulls": {
|
|
6902
|
+
"github": {
|
|
6903
|
+
"tab": "Pull requests",
|
|
6904
|
+
"open": "Abrir PR",
|
|
6905
|
+
"openSubmit": "Abrir pull request",
|
|
6906
|
+
"merge": "Fusionar este pull request",
|
|
6907
|
+
"none": "No hay pull requests sincronizados.",
|
|
6908
|
+
"opened": "Pull request abierto",
|
|
6909
|
+
"mergedToast": "PR #{number} fusionado",
|
|
6910
|
+
"openFailed": "No se pudo abrir el pull request"
|
|
6911
|
+
},
|
|
6912
|
+
"gitlab": {
|
|
6913
|
+
"tab": "Merge requests",
|
|
6914
|
+
"open": "Abrir MR",
|
|
6915
|
+
"openSubmit": "Abrir merge request",
|
|
6916
|
+
"merge": "Fusionar este merge request",
|
|
6917
|
+
"none": "No hay merge requests sincronizados.",
|
|
6918
|
+
"opened": "Merge request abierto",
|
|
6919
|
+
"mergedToast": "MR !{number} fusionado",
|
|
6920
|
+
"openFailed": "No se pudo abrir el merge request"
|
|
6921
|
+
}
|
|
6922
|
+
},
|
|
6923
|
+
"manageHintApp": "Elige los repositorios que debe seguir este tablero. La instalación de la App se comparte en toda la cuenta y cada tablero enlaza los suyos.",
|
|
6924
|
+
"manageHintToken": "Elige los repositorios que debe seguir este tablero. La lista es lo que alcanza el token conectado y cada tablero enlaza los suyos.",
|
|
6925
|
+
"noAvailableReposApp": "La instalación de la App todavía no puede acceder a ningún repositorio.",
|
|
6926
|
+
"noAvailableReposToken": "El token conectado todavía no alcanza ningún repositorio. Revisa su ámbito y tu acceso a ellos."
|
|
6910
6927
|
},
|
|
6911
6928
|
"connect": {
|
|
6912
6929
|
"or": "o",
|
package/i18n/locales/fr.json
CHANGED
|
@@ -461,7 +461,6 @@
|
|
|
461
461
|
"noPipelineBody": "Créez-en une dans le constructeur d’abord.",
|
|
462
462
|
"pr": "PR",
|
|
463
463
|
"prNumber": "PR n° {number}",
|
|
464
|
-
"openPrOnGithub": "Ouvrir {pr} sur GitHub",
|
|
465
464
|
"readOutcome": "Résultat",
|
|
466
465
|
"readOutcomeHint": "Lisez ce qui a changé, avec les preuves à l'appui",
|
|
467
466
|
"review": "Revoir",
|
|
@@ -479,7 +478,8 @@
|
|
|
479
478
|
"startedToast": {
|
|
480
479
|
"title": "Exécution démarrée",
|
|
481
480
|
"body": "Exécution de \"{name}\"."
|
|
482
|
-
}
|
|
481
|
+
},
|
|
482
|
+
"openPrLink": "Ouvrir {pr}"
|
|
483
483
|
},
|
|
484
484
|
"dryRunToast": {
|
|
485
485
|
"title": "Exécution à blanc démarrée",
|
|
@@ -529,7 +529,8 @@
|
|
|
529
529
|
"unavailable": {
|
|
530
530
|
"description": {
|
|
531
531
|
"binary_generators_unreachable": "Les intégrations génératives de ce déploiement n'ont pas pu être lues pour l'instant, l'exécution n'a donc pas démarré. Rien n'est mal configuré et aucune modification n'est nécessaire : réessayez une fois la connexion rétablie.",
|
|
532
|
-
"foundational_builtins_unreachable": "Les services fondamentaux intégrés de ce déploiement n'ont pas pu être lus pour l'instant. Rien n'est mal configuré et aucune modification n'est nécessaire : réessayez une fois la connexion rétablie."
|
|
532
|
+
"foundational_builtins_unreachable": "Les services fondamentaux intégrés de ce déploiement n'ont pas pu être lus pour l'instant. Rien n'est mal configuré et aucune modification n'est nécessaire : réessayez une fois la connexion rétablie.",
|
|
533
|
+
"connection_credentials_unreadable": "Les identifiants enregistrés pour cette connexion n'ont pas pu être lus. Si ce déploiement peut joindre le service qui détient sa clé, reconnectez la source pour les remplacer ; sinon, réessayez une fois cette connexion rétablie."
|
|
533
534
|
}
|
|
534
535
|
},
|
|
535
536
|
"action": {
|
|
@@ -601,7 +602,7 @@
|
|
|
601
602
|
"agent_backend_unconfigured": "Aucun backend de runner n'est disponible pour exécuter des agents en conteneur. Enregistrez un pool de runners auto-hébergé ou activez Cloudflare Containers dans votre déploiement.",
|
|
602
603
|
"run_not_retryable": "Seule une exécution en échec ou terminée peut être relancée. Cette exécution est encore active ou dans un état qui n'autorise pas de nouvelle tentative.",
|
|
603
604
|
"no_pr_to_merge": "Cette exécution n'a pas encore ouvert de pull request, il n'y a donc rien à fusionner.",
|
|
604
|
-
"github_not_connected": "Connectez cet espace de travail à
|
|
605
|
+
"github_not_connected": "Connectez cet espace de travail à un hébergeur de dépôts pour que les agents puissent cloner le dépôt, pousser des changements et ouvrir des pull requests.",
|
|
605
606
|
"bootstrap_not_retryable": "Cette tâche d'amorçage ne peut pas être relancée dans son état actuel (elle est encore en cours ou déjà terminée avec succès).",
|
|
606
607
|
"bootstrap_reference_missing": "Le dépôt de référence que cet amorçage adapte n'est plus accessible. Il a été supprimé ou son accès a été révoqué. Choisissez une autre référence ou partez de zéro.",
|
|
607
608
|
"preset_unsatisfiable": "Le modèle d'une étape en ligne ne peut pas s'exécuter en ligne dans ce déploiement (un modèle par abonnement uniquement, sans prise en charge en ligne). Choisissez un modèle ou un preset compatible avec l'exécution en ligne.",
|
|
@@ -4054,14 +4055,11 @@
|
|
|
4054
4055
|
"loading": "Chargement…",
|
|
4055
4056
|
"tabs": {
|
|
4056
4057
|
"repos": "Dépôts",
|
|
4057
|
-
"pulls": "Pull requests",
|
|
4058
4058
|
"issues": "Tickets"
|
|
4059
4059
|
},
|
|
4060
4060
|
"linkedToBoard": "Lié à ce tableau",
|
|
4061
4061
|
"manageRepos": "Gérer les dépôts",
|
|
4062
|
-
"manageHint": "Choisissez les dépôts que ce tableau doit suivre. La connexion GitHub est partagée sur tout le compte, et chaque tableau lie ses propres dépôts.",
|
|
4063
4062
|
"loadingRepos": "Chargement des dépôts…",
|
|
4064
|
-
"noAvailableRepos": "L'installation ne peut encore accéder à aucun dépôt.",
|
|
4065
4063
|
"private": "privé",
|
|
4066
4064
|
"saveSelection": "Enregistrer la sélection",
|
|
4067
4065
|
"noLinkedRepos": "Aucun dépôt lié pour le moment. Utilisez Gérer les dépôts pour choisir les dépôts que ce tableau suit.",
|
|
@@ -4071,15 +4069,11 @@
|
|
|
4071
4069
|
"fromSha": "Depuis le SHA",
|
|
4072
4070
|
"commitShaPlaceholder": "sha du commit",
|
|
4073
4071
|
"createBranch": "Créer la branche",
|
|
4074
|
-
"openPr": "Ouvrir une PR",
|
|
4075
4072
|
"repository": "Dépôt",
|
|
4076
4073
|
"chooseRepository": "Choisir un dépôt",
|
|
4077
4074
|
"prTitle": "Titre",
|
|
4078
4075
|
"headBranch": "Branche source",
|
|
4079
4076
|
"baseBranch": "Branche de base",
|
|
4080
|
-
"openPullRequest": "Ouvrir la pull request",
|
|
4081
|
-
"noPulls": "Aucune pull request synchronisée.",
|
|
4082
|
-
"mergePr": "Fusionner la pull request",
|
|
4083
4077
|
"noIssues": "Aucun ticket synchronisé.",
|
|
4084
4078
|
"prState": {
|
|
4085
4079
|
"open": "ouverte",
|
|
@@ -4093,9 +4087,7 @@
|
|
|
4093
4087
|
"toast": {
|
|
4094
4088
|
"resync": "Resynchronisation {status}",
|
|
4095
4089
|
"reposUpdated": "Dépôts liés mis à jour",
|
|
4096
|
-
"branchCreated": "Branche {name} créée"
|
|
4097
|
-
"prOpened": "Pull request ouverte",
|
|
4098
|
-
"prMerged": "PR #{number} fusionnée"
|
|
4090
|
+
"branchCreated": "Branche {name} créée"
|
|
4099
4091
|
},
|
|
4100
4092
|
"errors": {
|
|
4101
4093
|
"disconnect": "Impossible de déconnecter",
|
|
@@ -4104,7 +4096,6 @@
|
|
|
4104
4096
|
"updateRepos": "Impossible de mettre à jour les dépôts",
|
|
4105
4097
|
"loadBranches": "Impossible de charger les branches",
|
|
4106
4098
|
"createBranch": "Impossible de créer la branche",
|
|
4107
|
-
"openPr": "Impossible d'ouvrir la pull request",
|
|
4108
4099
|
"merge": "Impossible de fusionner"
|
|
4109
4100
|
}
|
|
4110
4101
|
},
|
|
@@ -4877,7 +4868,7 @@
|
|
|
4877
4868
|
"suffixFixing": "· le correcteur traite les commentaires…",
|
|
4878
4869
|
"suffixFailing": "· commentaires de revue à traiter",
|
|
4879
4870
|
"suffixAwaiting": "· en attente de revue",
|
|
4880
|
-
"reviewPr": "
|
|
4871
|
+
"reviewPr": "Relire la pull request",
|
|
4881
4872
|
"requestFixHeading": "Demander une correction",
|
|
4882
4873
|
"requestFixDescription": "Décrivez une modification que le correcteur doit effectuer maintenant sur la branche de la PR (en plus des commentaires de revue, qu'il traite automatiquement).",
|
|
4883
4874
|
"requestFixPlaceholder": "ex. renommez le helper et ajoutez un test unitaire pour le cas d'entrée vide",
|
|
@@ -4891,12 +4882,12 @@
|
|
|
4891
4882
|
},
|
|
4892
4883
|
"conflicts": {
|
|
4893
4884
|
"mergeability": "Fusionnabilité",
|
|
4894
|
-
"viewPr": "Voir la pull request
|
|
4885
|
+
"viewPr": "Voir la pull request"
|
|
4895
4886
|
},
|
|
4896
4887
|
"docQuality": {
|
|
4897
4888
|
"findings": "Problèmes du document",
|
|
4898
4889
|
"findingsFallback": "Le document a réussi les vérifications structurelles.",
|
|
4899
|
-
"viewPr": "Voir la pull request
|
|
4890
|
+
"viewPr": "Voir la pull request"
|
|
4900
4891
|
},
|
|
4901
4892
|
"attemptsHeading": "Tentatives du {helper}",
|
|
4902
4893
|
"attempt": "Tentative {number}",
|
|
@@ -6906,7 +6897,33 @@
|
|
|
6906
6897
|
},
|
|
6907
6898
|
"toast": {
|
|
6908
6899
|
"disconnected": "{provider} déconnecté"
|
|
6909
|
-
}
|
|
6900
|
+
},
|
|
6901
|
+
"pulls": {
|
|
6902
|
+
"github": {
|
|
6903
|
+
"tab": "Pull requests",
|
|
6904
|
+
"open": "Ouvrir une PR",
|
|
6905
|
+
"openSubmit": "Ouvrir la pull request",
|
|
6906
|
+
"merge": "Fusionner cette pull request",
|
|
6907
|
+
"none": "Aucune pull request synchronisée.",
|
|
6908
|
+
"opened": "Pull request ouverte",
|
|
6909
|
+
"mergedToast": "PR #{number} fusionnée",
|
|
6910
|
+
"openFailed": "Impossible d'ouvrir la pull request"
|
|
6911
|
+
},
|
|
6912
|
+
"gitlab": {
|
|
6913
|
+
"tab": "Merge requests",
|
|
6914
|
+
"open": "Ouvrir une MR",
|
|
6915
|
+
"openSubmit": "Ouvrir la merge request",
|
|
6916
|
+
"merge": "Fusionner cette merge request",
|
|
6917
|
+
"none": "Aucune merge request synchronisée.",
|
|
6918
|
+
"opened": "Merge request ouverte",
|
|
6919
|
+
"mergedToast": "MR !{number} fusionnée",
|
|
6920
|
+
"openFailed": "Impossible d'ouvrir la merge request"
|
|
6921
|
+
}
|
|
6922
|
+
},
|
|
6923
|
+
"manageHintApp": "Choisissez les dépôts que ce tableau doit suivre. L’installation de l’App est partagée par tout le compte, et chaque tableau relie les siens.",
|
|
6924
|
+
"manageHintToken": "Choisissez les dépôts que ce tableau doit suivre. La liste correspond à ce que le jeton connecté peut atteindre, et chaque tableau relie les siens.",
|
|
6925
|
+
"noAvailableReposApp": "L’installation de l’App n’a encore accès à aucun dépôt.",
|
|
6926
|
+
"noAvailableReposToken": "Le jeton connecté n’atteint encore aucun dépôt. Vérifiez sa portée et votre accès à ceux-ci."
|
|
6910
6927
|
},
|
|
6911
6928
|
"connect": {
|
|
6912
6929
|
"or": "ou",
|
package/i18n/locales/he.json
CHANGED
|
@@ -461,7 +461,6 @@
|
|
|
461
461
|
"noPipelineBody": "צור אחד תחילה בבונה.",
|
|
462
462
|
"pr": "PR",
|
|
463
463
|
"prNumber": "PR #{number}",
|
|
464
|
-
"openPrOnGithub": "פתח את {pr} ב-GitHub",
|
|
465
464
|
"readOutcome": "תוצאה",
|
|
466
465
|
"readOutcomeHint": "קראו מה השתנה, יחד עם הראיות לכך",
|
|
467
466
|
"review": "סקירה",
|
|
@@ -479,7 +478,8 @@
|
|
|
479
478
|
"startedToast": {
|
|
480
479
|
"title": "ההרצה החלה",
|
|
481
480
|
"body": "מריץ את \"{name}\"."
|
|
482
|
-
}
|
|
481
|
+
},
|
|
482
|
+
"openPrLink": "פתיחת {pr}"
|
|
483
483
|
},
|
|
484
484
|
"dryRunToast": {
|
|
485
485
|
"title": "הרצת יבש החלה",
|
|
@@ -529,7 +529,8 @@
|
|
|
529
529
|
"unavailable": {
|
|
530
530
|
"description": {
|
|
531
531
|
"binary_generators_unreachable": "לא ניתן היה לקרוא כרגע את האינטגרציות הגנרטיביות של הפריסה הזו, ולכן ההרצה לא התחילה. אין כאן תצורה שגויה ולא נדרש שום שינוי: נסו שוב כשהחיבור יחזור.",
|
|
532
|
-
"foundational_builtins_unreachable": "לא ניתן היה לקרוא כרגע את שירותי הבסיס המובנים של הפריסה הזו. אין כאן תצורה שגויה ולא נדרש שום שינוי: נסו שוב כשהחיבור יחזור."
|
|
532
|
+
"foundational_builtins_unreachable": "לא ניתן היה לקרוא כרגע את שירותי הבסיס המובנים של הפריסה הזו. אין כאן תצורה שגויה ולא נדרש שום שינוי: נסו שוב כשהחיבור יחזור.",
|
|
533
|
+
"connection_credentials_unreadable": "לא ניתן היה לקרוא את פרטי הגישה השמורים של החיבור הזה. אם הפריסה הזו מצליחה להגיע לשירות שמחזיק במפתח שלה, חברו מחדש את המקור כדי להחליף אותם; אחרת נסו שוב כשהחיבור הזה יחזור."
|
|
533
534
|
}
|
|
534
535
|
},
|
|
535
536
|
"action": {
|
|
@@ -601,7 +602,7 @@
|
|
|
601
602
|
"agent_backend_unconfigured": "אין קצה עורפי של runner זמין להרצת סוכני קונטיינרים. רשום מאגר runner באירוח עצמי, או הפעל את Cloudflare Containers בפריסה שלך.",
|
|
602
603
|
"run_not_retryable": "אפשר לנסות שוב רק הרצה שנכשלה או הסתיימה. הרצה זו עדיין פעילה או במצב שאינו מאפשר ניסיון חוזר.",
|
|
603
604
|
"no_pr_to_merge": "הרצה זו עדיין לא פתחה pull request, ולכן אין מה למזג.",
|
|
604
|
-
"github_not_connected": "
|
|
605
|
+
"github_not_connected": "חברו את סביבת העבודה הזו למארח מאגרים כדי שסוכנים יוכלו לשכפל את המאגר, לדחוף שינויים ולפתוח בקשות משיכה.",
|
|
605
606
|
"bootstrap_not_retryable": "לא ניתן לנסות שוב את משימת האתחול הזו במצבה הנוכחי (היא עדיין רצה או שכבר הסתיימה בהצלחה).",
|
|
606
607
|
"bootstrap_reference_missing": "מאגר הייחוס שאתחול זה מתאים כבר אינו נגיש. הוא נמחק או שהגישה אליו בוטלה. בחר ייחוס אחר או צור מאפס.",
|
|
607
608
|
"preset_unsatisfiable": "המודל של שלב מוטבע אינו יכול לרוץ מוטבע בפריסה זו (מודל למנוי בלבד ללא תמיכה מוטבעת). בחר מודל או הגדרה מראש שתומכים בהרצה מוטבעת.",
|
|
@@ -4054,14 +4055,11 @@
|
|
|
4054
4055
|
"loading": "טוען…",
|
|
4055
4056
|
"tabs": {
|
|
4056
4057
|
"repos": "מאגרים",
|
|
4057
|
-
"pulls": "בקשות משיכה",
|
|
4058
4058
|
"issues": "ניושנים"
|
|
4059
4059
|
},
|
|
4060
4060
|
"linkedToBoard": "מקושר ללוח זה",
|
|
4061
4061
|
"manageRepos": "נהל מאגרים",
|
|
4062
|
-
"manageHint": "בחר את המאגרים שלוח זה צריך לעקוב אחריהם. חיבור GitHub משותף בכל החשבון, וכל לוח מקשר את המאגרים שלו.",
|
|
4063
4062
|
"loadingRepos": "טוען מאגרים…",
|
|
4064
|
-
"noAvailableRepos": "ההתקנה לא יכולה לגשת לאף מאגר עדיין.",
|
|
4065
4063
|
"private": "פרטי",
|
|
4066
4064
|
"saveSelection": "שמור בחירה",
|
|
4067
4065
|
"noLinkedRepos": "אין עדיין מאגרים מקושרים. השתמש ב'נהל מאגרים' כדי לבחור אילו מאגרים לוח זה עוקב אחריהם.",
|
|
@@ -4071,15 +4069,11 @@
|
|
|
4071
4069
|
"fromSha": "מ-SHA",
|
|
4072
4070
|
"commitShaPlaceholder": "commit sha",
|
|
4073
4071
|
"createBranch": "צור ענף",
|
|
4074
|
-
"openPr": "פתח PR",
|
|
4075
4072
|
"repository": "מאגר",
|
|
4076
4073
|
"chooseRepository": "בחר מאגר",
|
|
4077
4074
|
"prTitle": "כותרת",
|
|
4078
4075
|
"headBranch": "ענף ראש",
|
|
4079
4076
|
"baseBranch": "ענף בסיס",
|
|
4080
|
-
"openPullRequest": "פתח בקשת משיכה",
|
|
4081
|
-
"noPulls": "אין בקשות משיכה מסונכרנות.",
|
|
4082
|
-
"mergePr": "מזג בקשת משיכה",
|
|
4083
4077
|
"noIssues": "אין ניושנים מסונכרנים.",
|
|
4084
4078
|
"prState": {
|
|
4085
4079
|
"open": "פתוח",
|
|
@@ -4093,9 +4087,7 @@
|
|
|
4093
4087
|
"toast": {
|
|
4094
4088
|
"resync": "סנכרון מחדש {status}",
|
|
4095
4089
|
"reposUpdated": "המאגרים המקושרים עודכנו",
|
|
4096
|
-
"branchCreated": "הענף {name} נוצר"
|
|
4097
|
-
"prOpened": "בקשת המשיכה נפתחה",
|
|
4098
|
-
"prMerged": "PR #{number} מוזג"
|
|
4090
|
+
"branchCreated": "הענף {name} נוצר"
|
|
4099
4091
|
},
|
|
4100
4092
|
"errors": {
|
|
4101
4093
|
"disconnect": "לא ניתן היה לנתק",
|
|
@@ -4104,7 +4096,6 @@
|
|
|
4104
4096
|
"updateRepos": "לא ניתן היה לעדכן מאגרים",
|
|
4105
4097
|
"loadBranches": "לא ניתן היה לטעון ענפים",
|
|
4106
4098
|
"createBranch": "לא ניתן היה ליצור ענף",
|
|
4107
|
-
"openPr": "לא ניתן היה לפתוח בקשת משיכה",
|
|
4108
4099
|
"merge": "לא ניתן היה למזג"
|
|
4109
4100
|
}
|
|
4110
4101
|
},
|
|
@@ -4877,7 +4868,7 @@
|
|
|
4877
4868
|
"suffixFixing": "· המתקן מטפל בהערות…",
|
|
4878
4869
|
"suffixFailing": "· הערות סקירה לטיפול",
|
|
4879
4870
|
"suffixAwaiting": "· ממתין לסקירה",
|
|
4880
|
-
"reviewPr": "
|
|
4871
|
+
"reviewPr": "סקירת בקשת המשיכה",
|
|
4881
4872
|
"requestFixHeading": "בקש תיקון",
|
|
4882
4873
|
"requestFixDescription": "תאר שינוי שהמתקן צריך לבצע עכשיו על ענף ה-PR (בנוסף לכל הערות הסקירה, שבהן הוא מטפל אוטומטית).",
|
|
4883
4874
|
"requestFixPlaceholder": "למשל שנה את שם הפונקציה והוסף בדיקת יחידה למקרה של קלט ריק",
|
|
@@ -4891,12 +4882,12 @@
|
|
|
4891
4882
|
},
|
|
4892
4883
|
"conflicts": {
|
|
4893
4884
|
"mergeability": "יכולת מיזוג",
|
|
4894
|
-
"viewPr": "
|
|
4885
|
+
"viewPr": "הצגת בקשת המשיכה"
|
|
4895
4886
|
},
|
|
4896
4887
|
"docQuality": {
|
|
4897
4888
|
"findings": "בעיות במסמך",
|
|
4898
4889
|
"findingsFallback": "המסמך עבר את בדיקות המבנה.",
|
|
4899
|
-
"viewPr": "
|
|
4890
|
+
"viewPr": "הצגת בקשת המשיכה"
|
|
4900
4891
|
},
|
|
4901
4892
|
"attemptsHeading": "ניסיונות {helper}",
|
|
4902
4893
|
"attempt": "ניסיון {number}",
|
|
@@ -6906,7 +6897,33 @@
|
|
|
6906
6897
|
},
|
|
6907
6898
|
"toast": {
|
|
6908
6899
|
"disconnected": "{provider} נותק"
|
|
6909
|
-
}
|
|
6900
|
+
},
|
|
6901
|
+
"pulls": {
|
|
6902
|
+
"github": {
|
|
6903
|
+
"tab": "בקשות משיכה",
|
|
6904
|
+
"open": "פתיחת PR",
|
|
6905
|
+
"openSubmit": "פתיחת בקשת משיכה",
|
|
6906
|
+
"merge": "מיזוג בקשת המשיכה הזו",
|
|
6907
|
+
"none": "לא סונכרנו בקשות משיכה.",
|
|
6908
|
+
"opened": "בקשת המשיכה נפתחה",
|
|
6909
|
+
"mergedToast": "PR #{number} מוזגה",
|
|
6910
|
+
"openFailed": "לא ניתן היה לפתוח בקשת משיכה"
|
|
6911
|
+
},
|
|
6912
|
+
"gitlab": {
|
|
6913
|
+
"tab": "בקשות מיזוג",
|
|
6914
|
+
"open": "פתיחת MR",
|
|
6915
|
+
"openSubmit": "פתיחת בקשת מיזוג",
|
|
6916
|
+
"merge": "מיזוג בקשת המיזוג הזו",
|
|
6917
|
+
"none": "לא סונכרנו בקשות מיזוג.",
|
|
6918
|
+
"opened": "בקשת המיזוג נפתחה",
|
|
6919
|
+
"mergedToast": "MR !{number} מוזגה",
|
|
6920
|
+
"openFailed": "לא ניתן היה לפתוח בקשת מיזוג"
|
|
6921
|
+
}
|
|
6922
|
+
},
|
|
6923
|
+
"manageHintApp": "בחרו אילו מאגרים הלוח הזה יעקוב אחריהם. התקנת האפליקציה משותפת לכל החשבון, וכל לוח מקשר את המאגרים שלו.",
|
|
6924
|
+
"manageHintToken": "בחרו אילו מאגרים הלוח הזה יעקוב אחריהם. הרשימה היא מה שהטוקן המחובר יכול להגיע אליו, וכל לוח מקשר את המאגרים שלו.",
|
|
6925
|
+
"noAvailableReposApp": "להתקנת האפליקציה עדיין אין גישה לאף מאגר.",
|
|
6926
|
+
"noAvailableReposToken": "הטוקן המחובר עדיין לא מגיע לאף מאגר. בדקו את ההרשאות שלו ואת הגישה שלכם אליהם."
|
|
6910
6927
|
},
|
|
6911
6928
|
"connect": {
|
|
6912
6929
|
"or": "או",
|