@cat-factory/app 0.275.0 → 0.277.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/README.md +89 -2
- package/app/components/binaryCandidates/BinaryCandidatesWindow.vue +13 -1
- package/app/components/binaryOutput/BinaryOutputReport.vue +15 -1
- package/app/components/binaryOutput/StoredAssetView.vue +134 -0
- package/app/components/board/AddTaskModal.vue +9 -4
- package/app/components/board/LaneViewControl.vue +87 -0
- package/app/components/board/nodes/BlockNode.vue +24 -10
- package/app/components/board/nodes/FrameSwimlanes.vue +139 -0
- package/app/components/board/nodes/InitiativeCard.vue +9 -28
- package/app/components/board/nodes/LaneGroup.vue +93 -0
- package/app/components/board/nodes/LaneTask.vue +66 -0
- package/app/components/board/nodes/TaskCard.vue +16 -2
- package/app/components/board/nodes/TaskLane.vue +82 -0
- package/app/components/layout/BoardToolbar.vue +4 -0
- package/app/components/palettes/PipelinePurposeSelect.vue +1 -0
- package/app/components/panels/InspectorPanel.vue +15 -2
- package/app/components/panels/inspector/TaskStructure.vue +70 -3
- package/app/components/settings/WorkspaceSettingsPanel.vue +61 -1
- package/app/composables/api/visualConfirm.ts +11 -2
- package/app/composables/useArtifactBlobs.spec.ts +76 -0
- package/app/composables/useArtifactBlobs.ts +25 -4
- package/app/composables/useBlockDrag.ts +47 -17
- package/app/composables/useBlockQueries.ts +27 -24
- package/app/composables/useFrameLanes.ts +177 -0
- package/app/composables/useTaskExpansion.ts +1 -1
- package/app/stores/board/placement.ts +7 -0
- package/app/stores/board.spec.ts +119 -14
- package/app/stores/laneView.spec.ts +61 -0
- package/app/stores/laneView.ts +85 -0
- package/app/stores/taskExpansion.spec.ts +1 -1
- package/app/stores/taskExpansion.ts +1 -1
- package/app/stores/workspaceSettings.ts +4 -0
- package/app/utils/binaryCandidates.ts +19 -1
- package/app/utils/binaryOutput.ts +13 -0
- package/app/utils/catalog.ts +6 -0
- package/app/utils/framePlacement.ts +9 -4
- package/app/utils/laneGeometry.spec.ts +69 -0
- package/app/utils/laneGeometry.ts +104 -0
- package/app/utils/laneSort.spec.ts +236 -0
- package/app/utils/laneSort.ts +306 -0
- package/app/utils/swimlanes.spec.ts +259 -0
- package/app/utils/swimlanes.ts +355 -0
- package/i18n/locales/de.json +91 -5
- package/i18n/locales/en.json +91 -5
- package/i18n/locales/es.json +91 -5
- package/i18n/locales/fr.json +91 -5
- package/i18n/locales/he.json +91 -5
- package/i18n/locales/it.json +91 -5
- package/i18n/locales/ja.json +91 -5
- package/i18n/locales/pl.json +91 -5
- package/i18n/locales/tr.json +91 -5
- package/i18n/locales/uk.json +91 -5
- package/package.json +2 -2
- package/app/components/board/nodes/DraggableTask.vue +0 -58
- package/app/components/board/nodes/ModuleFrame.vue +0 -73
package/i18n/locales/de.json
CHANGED
|
@@ -1077,7 +1077,8 @@
|
|
|
1077
1077
|
"document": "Dokument",
|
|
1078
1078
|
"spike": "Spike",
|
|
1079
1079
|
"review": "Review",
|
|
1080
|
-
"ralph": "Ralph-Schleife"
|
|
1080
|
+
"ralph": "Ralph-Schleife",
|
|
1081
|
+
"media": "Medien"
|
|
1081
1082
|
},
|
|
1082
1083
|
"reviewFriction": {
|
|
1083
1084
|
"heading": "Review-Rückstau-Bremse",
|
|
@@ -1163,6 +1164,15 @@
|
|
|
1163
1164
|
"advisory": "Hinweis (erfassen, nie anhalten)",
|
|
1164
1165
|
"off": "Aus (Prüfung überspringen)"
|
|
1165
1166
|
}
|
|
1167
|
+
},
|
|
1168
|
+
"doneLane": {
|
|
1169
|
+
"heading": "Spalte „Fertig“",
|
|
1170
|
+
"body": "Wie viel abgeschlossene Arbeit die Spalte „Fertig“ jedes Service-Rahmens sichtbar hält. Beide Grenzen verbergen nur Karten: eine ausgeblendete Aufgabe bleibt auf dem Board, bleibt durchsuchbar und bleibt in der Gesamtzahl der Spalte.",
|
|
1171
|
+
"maxItems": "Angezeigte Karten",
|
|
1172
|
+
"zeroHint": "Abgeschlossene Aufgaben werden gezählt, aber nie aufgeführt.",
|
|
1173
|
+
"ageToggle": "Außerdem länger abgeschlossene Aufgaben verbergen",
|
|
1174
|
+
"days": "Aufbewahren (Tage)",
|
|
1175
|
+
"hidesOnlyHint": "Es wird nichts gelöscht. Aufgaben ohne erfasstes Abschlussdatum werden nie wegen ihres Alters verborgen."
|
|
1166
1176
|
}
|
|
1167
1177
|
},
|
|
1168
1178
|
"localModelEndpoints": {
|
|
@@ -1791,11 +1801,12 @@
|
|
|
1791
1801
|
"title": "Struktur",
|
|
1792
1802
|
"hint": "Wo diese Aufgabe in ihrem Service liegt und welchen Coding-Standards ihre Agents folgen.",
|
|
1793
1803
|
"module": "Modul",
|
|
1794
|
-
"modulePlaceholder": "
|
|
1795
|
-
"moduleHint": "Das Service-Modul, zu dem diese Aufgabe gehört
|
|
1804
|
+
"modulePlaceholder": "Modul wählen oder eingeben",
|
|
1805
|
+
"moduleHint": "Das Service-Modul, zu dem diese Aufgabe gehört; das Board gruppiert die Spalten danach. Ein noch nicht vorhandenes Modul wird bei der Umsetzung der Aufgabe erstellt.",
|
|
1796
1806
|
"bestPractices": "Best Practices",
|
|
1797
1807
|
"bestPracticesEmpty": "Keine. Agents folgen ihren Standardvorgaben.",
|
|
1798
|
-
"bestPracticesHint": "Best-Practice-Fragmente, die zusätzlich zu den Standards auf Service-Ebene in die Prompts der Agents dieser Aufgabe eingearbeitet werden."
|
|
1808
|
+
"bestPracticesHint": "Best-Practice-Fragmente, die zusätzlich zu den Standards auf Service-Ebene in die Prompts der Agents dieser Aufgabe eingearbeitet werden.",
|
|
1809
|
+
"moduleNone": "Kein Modul"
|
|
1799
1810
|
},
|
|
1800
1811
|
"runSettings": {
|
|
1801
1812
|
"title": "Lauf-Einstellungen",
|
|
@@ -2972,6 +2983,7 @@
|
|
|
2972
2983
|
"bug": "Bug",
|
|
2973
2984
|
"document": "Dokument",
|
|
2974
2985
|
"spike": "Spike",
|
|
2986
|
+
"media": "Medien",
|
|
2975
2987
|
"recurring": "Wiederkehrend",
|
|
2976
2988
|
"review": "Review",
|
|
2977
2989
|
"ralph": "Ralph-Schleife"
|
|
@@ -3261,6 +3273,71 @@
|
|
|
3261
3273
|
"label": "Epic",
|
|
3262
3274
|
"activeCount": "{count} aktiv",
|
|
3263
3275
|
"noTasksYet": "Noch keine Aufgaben"
|
|
3276
|
+
},
|
|
3277
|
+
"lanes": {
|
|
3278
|
+
"viewTitle": "Anordnen",
|
|
3279
|
+
"resetView": "Auf Standard zurücksetzen",
|
|
3280
|
+
"notStarted": {
|
|
3281
|
+
"label": "Nicht begonnen",
|
|
3282
|
+
"empty": "Nichts wartet auf Bearbeitung."
|
|
3283
|
+
},
|
|
3284
|
+
"inProgress": {
|
|
3285
|
+
"label": "In Arbeit",
|
|
3286
|
+
"empty": "Keine laufenden Durchläufe."
|
|
3287
|
+
},
|
|
3288
|
+
"needsYou": {
|
|
3289
|
+
"label": "Wartet auf dich",
|
|
3290
|
+
"empty": "Nichts wartet auf dich."
|
|
3291
|
+
},
|
|
3292
|
+
"done": {
|
|
3293
|
+
"label": "Fertig",
|
|
3294
|
+
"empty": "Noch nichts abgeschlossen.",
|
|
3295
|
+
"hiddenByCap": "+{count} nicht angezeigt",
|
|
3296
|
+
"hiddenByAge": "+{count} außerhalb des Aufbewahrungszeitraums",
|
|
3297
|
+
"undated": "{count} ohne erfasstes Datum",
|
|
3298
|
+
"allWithheld": "Abgeschlossene Aufgaben werden hier gezählt, aber laut Board-Einstellungen nicht aufgeführt."
|
|
3299
|
+
},
|
|
3300
|
+
"reason": {
|
|
3301
|
+
"unstarted": "Startbereit",
|
|
3302
|
+
"dependencies": "Wartet auf eine Abhängigkeit",
|
|
3303
|
+
"running": "Läuft",
|
|
3304
|
+
"backgroundReview": "Prüfung im Hintergrund",
|
|
3305
|
+
"decision": "Entscheidung erforderlich",
|
|
3306
|
+
"approval": "Freigabe erforderlich",
|
|
3307
|
+
"failed": "Durchlauf fehlgeschlagen",
|
|
3308
|
+
"budgetPaused": "Vom Ausgabenbudget angehalten",
|
|
3309
|
+
"prAwaitingMerge": "Pull Request wartet auf Merge",
|
|
3310
|
+
"parked": "Wartet auf einen Menschen",
|
|
3311
|
+
"unclassified": "Unbekannter Status",
|
|
3312
|
+
"merged": "Zusammengeführt"
|
|
3313
|
+
},
|
|
3314
|
+
"sort": {
|
|
3315
|
+
"heading": "Sortieren nach",
|
|
3316
|
+
"smart": "Pro Spalte empfohlen",
|
|
3317
|
+
"title": "Titel (A–Z)",
|
|
3318
|
+
"oldest_activity": "Stillste zuerst",
|
|
3319
|
+
"newest_activity": "Zuletzt aktiv",
|
|
3320
|
+
"longest_wait": "Am längsten wartend",
|
|
3321
|
+
"severity_desc": "Schweregrad (höchster zuerst)",
|
|
3322
|
+
"impact_desc": "Geschätzte Wirkung (höchste zuerst)",
|
|
3323
|
+
"task_type": "Aufgabentyp"
|
|
3324
|
+
},
|
|
3325
|
+
"group": {
|
|
3326
|
+
"heading": "Gruppieren nach",
|
|
3327
|
+
"none": "Keine Gruppierung",
|
|
3328
|
+
"module": "Modul",
|
|
3329
|
+
"task_type": "Aufgabentyp",
|
|
3330
|
+
"initiative": "Initiative",
|
|
3331
|
+
"epic": "Epic",
|
|
3332
|
+
"blocking_reason": "Was benötigt wird",
|
|
3333
|
+
"catchAll": {
|
|
3334
|
+
"module": "Kein Modul",
|
|
3335
|
+
"task_type": "Kein Typ",
|
|
3336
|
+
"initiative": "Nicht in einer Initiative",
|
|
3337
|
+
"epic": "Nicht in einem Epic",
|
|
3338
|
+
"blocking_reason": "Nicht klassifiziert"
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3264
3341
|
}
|
|
3265
3342
|
},
|
|
3266
3343
|
"contextAttachments": {
|
|
@@ -4423,7 +4500,8 @@
|
|
|
4423
4500
|
"document": "Dokumentation",
|
|
4424
4501
|
"review": "Review",
|
|
4425
4502
|
"research": "Recherche",
|
|
4426
|
-
"planning": "Planung"
|
|
4503
|
+
"planning": "Planung",
|
|
4504
|
+
"media": "Medien"
|
|
4427
4505
|
},
|
|
4428
4506
|
"strategyOption": {
|
|
4429
4507
|
"specialist-panel": "Spezialisten-Panel",
|
|
@@ -5321,6 +5399,14 @@
|
|
|
5321
5399
|
"automatic": "{total} Kandidat wurde erzeugt und ohne Prüfung automatisch behalten.",
|
|
5322
5400
|
"chosen": "{kept} von {total} erzeugten Kandidaten wurden behalten.",
|
|
5323
5401
|
"awaiting": "{total} Kandidaten wurden erzeugt und warten auf den Vergleich."
|
|
5402
|
+
},
|
|
5403
|
+
"asset": {
|
|
5404
|
+
"loading": "Datei wird geladen …",
|
|
5405
|
+
"loadFailed": "Die gespeicherte Datei konnte nicht geladen werden.",
|
|
5406
|
+
"retry": "Erneut versuchen",
|
|
5407
|
+
"open": "Öffnen",
|
|
5408
|
+
"download": "Kopie speichern",
|
|
5409
|
+
"unknownType": "Gespeicherte Datei"
|
|
5324
5410
|
}
|
|
5325
5411
|
},
|
|
5326
5412
|
"brainstorm": {
|
package/i18n/locales/en.json
CHANGED
|
@@ -256,6 +256,7 @@
|
|
|
256
256
|
"bug": "Bug",
|
|
257
257
|
"document": "Document",
|
|
258
258
|
"spike": "Spike",
|
|
259
|
+
"media": "Media",
|
|
259
260
|
"recurring": "Recurring",
|
|
260
261
|
"review": "Review",
|
|
261
262
|
"ralph": "Ralph loop"
|
|
@@ -569,6 +570,71 @@
|
|
|
569
570
|
"label": "Epic",
|
|
570
571
|
"activeCount": "{count} active",
|
|
571
572
|
"noTasksYet": "No tasks yet"
|
|
573
|
+
},
|
|
574
|
+
"lanes": {
|
|
575
|
+
"viewTitle": "Arrange",
|
|
576
|
+
"resetView": "Reset to defaults",
|
|
577
|
+
"notStarted": {
|
|
578
|
+
"label": "Not started",
|
|
579
|
+
"empty": "Nothing waiting to be picked up."
|
|
580
|
+
},
|
|
581
|
+
"inProgress": {
|
|
582
|
+
"label": "In progress",
|
|
583
|
+
"empty": "No runs in flight."
|
|
584
|
+
},
|
|
585
|
+
"needsYou": {
|
|
586
|
+
"label": "Needs you",
|
|
587
|
+
"empty": "Nothing is waiting on you."
|
|
588
|
+
},
|
|
589
|
+
"done": {
|
|
590
|
+
"label": "Done",
|
|
591
|
+
"empty": "Nothing finished yet.",
|
|
592
|
+
"hiddenByCap": "+{count} not shown",
|
|
593
|
+
"hiddenByAge": "+{count} beyond the retention window",
|
|
594
|
+
"undated": "{count} with no recorded date",
|
|
595
|
+
"allWithheld": "Finished tasks are counted here but not listed, per this board settings."
|
|
596
|
+
},
|
|
597
|
+
"reason": {
|
|
598
|
+
"unstarted": "Ready to start",
|
|
599
|
+
"dependencies": "Waiting on a dependency",
|
|
600
|
+
"running": "Running",
|
|
601
|
+
"backgroundReview": "Reviewing in the background",
|
|
602
|
+
"decision": "Decision needed",
|
|
603
|
+
"approval": "Approval needed",
|
|
604
|
+
"failed": "Run failed",
|
|
605
|
+
"budgetPaused": "Paused by the spend budget",
|
|
606
|
+
"prAwaitingMerge": "Pull request awaiting merge",
|
|
607
|
+
"parked": "Waiting on a human",
|
|
608
|
+
"unclassified": "Unrecognised status",
|
|
609
|
+
"merged": "Merged"
|
|
610
|
+
},
|
|
611
|
+
"sort": {
|
|
612
|
+
"heading": "Sort by",
|
|
613
|
+
"smart": "Recommended per lane",
|
|
614
|
+
"title": "Title (A–Z)",
|
|
615
|
+
"oldest_activity": "Quietest first",
|
|
616
|
+
"newest_activity": "Most recently active",
|
|
617
|
+
"longest_wait": "Longest waiting",
|
|
618
|
+
"severity_desc": "Severity (highest first)",
|
|
619
|
+
"impact_desc": "Estimated impact (highest first)",
|
|
620
|
+
"task_type": "Task type"
|
|
621
|
+
},
|
|
622
|
+
"group": {
|
|
623
|
+
"heading": "Group by",
|
|
624
|
+
"none": "No grouping",
|
|
625
|
+
"module": "Module",
|
|
626
|
+
"task_type": "Task type",
|
|
627
|
+
"initiative": "Initiative",
|
|
628
|
+
"epic": "Epic",
|
|
629
|
+
"blocking_reason": "What it needs",
|
|
630
|
+
"catchAll": {
|
|
631
|
+
"module": "No module",
|
|
632
|
+
"task_type": "No type",
|
|
633
|
+
"initiative": "Not in an initiative",
|
|
634
|
+
"epic": "Not in an epic",
|
|
635
|
+
"blocking_reason": "Unclassified"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
572
638
|
}
|
|
573
639
|
},
|
|
574
640
|
"contextAttachments": {
|
|
@@ -1236,11 +1302,12 @@
|
|
|
1236
1302
|
"title": "Structure",
|
|
1237
1303
|
"hint": "Where this task lives in its service and which coding standards its agents follow.",
|
|
1238
1304
|
"module": "Module",
|
|
1239
|
-
"modulePlaceholder": "
|
|
1240
|
-
"moduleHint": "The service module this task belongs to
|
|
1305
|
+
"modulePlaceholder": "Pick or type a module",
|
|
1306
|
+
"moduleHint": "The service module this task belongs to; the board groups lanes by it. A module that doesn't exist yet is created when the task is implemented.",
|
|
1241
1307
|
"bestPractices": "Best practices",
|
|
1242
1308
|
"bestPracticesEmpty": "None. Agents follow their default guidance.",
|
|
1243
|
-
"bestPracticesHint": "Best-practice fragments folded into the prompts of this task's agents, on top of the service-level standards."
|
|
1309
|
+
"bestPracticesHint": "Best-practice fragments folded into the prompts of this task's agents, on top of the service-level standards.",
|
|
1310
|
+
"moduleNone": "No module"
|
|
1244
1311
|
},
|
|
1245
1312
|
"runSettings": {
|
|
1246
1313
|
"title": "Run settings",
|
|
@@ -3863,7 +3930,8 @@
|
|
|
3863
3930
|
"document": "document",
|
|
3864
3931
|
"spike": "spike",
|
|
3865
3932
|
"review": "review",
|
|
3866
|
-
"ralph": "Ralph loop"
|
|
3933
|
+
"ralph": "Ralph loop",
|
|
3934
|
+
"media": "media"
|
|
3867
3935
|
},
|
|
3868
3936
|
"reviewFriction": {
|
|
3869
3937
|
"heading": "Review-debt friction",
|
|
@@ -3952,6 +4020,15 @@
|
|
|
3952
4020
|
"advisory": "Advisory (record, never park)",
|
|
3953
4021
|
"off": "Off (skip the check)"
|
|
3954
4022
|
}
|
|
4023
|
+
},
|
|
4024
|
+
"doneLane": {
|
|
4025
|
+
"heading": "Done lane",
|
|
4026
|
+
"body": "How much finished work each service frame's Done lane keeps in view. Both caps hide cards only: an aged-out task stays on the board, stays searchable, and stays in the lane's total.",
|
|
4027
|
+
"maxItems": "Cards shown",
|
|
4028
|
+
"zeroHint": "Finished tasks will be counted but never listed.",
|
|
4029
|
+
"ageToggle": "Also hide tasks completed long ago",
|
|
4030
|
+
"days": "Keep for (days)",
|
|
4031
|
+
"hidesOnlyHint": "Nothing is deleted. Tasks with no recorded completion date are never hidden by age."
|
|
3955
4032
|
}
|
|
3956
4033
|
},
|
|
3957
4034
|
"localModelEndpoints": {
|
|
@@ -5057,7 +5134,8 @@
|
|
|
5057
5134
|
"document": "Documentation",
|
|
5058
5135
|
"review": "Review",
|
|
5059
5136
|
"research": "Research",
|
|
5060
|
-
"planning": "Planning"
|
|
5137
|
+
"planning": "Planning",
|
|
5138
|
+
"media": "Media"
|
|
5061
5139
|
},
|
|
5062
5140
|
"strategyOption": {
|
|
5063
5141
|
"specialist-panel": "Specialist panel",
|
|
@@ -6924,6 +7002,14 @@
|
|
|
6924
7002
|
"automatic": "{total} candidate was generated and kept automatically, without review.",
|
|
6925
7003
|
"chosen": "{kept} of {total} generated candidates were kept.",
|
|
6926
7004
|
"awaiting": "{total} candidates were generated and are waiting to be compared."
|
|
7005
|
+
},
|
|
7006
|
+
"asset": {
|
|
7007
|
+
"loading": "Loading the file…",
|
|
7008
|
+
"loadFailed": "The stored file could not be loaded.",
|
|
7009
|
+
"retry": "Try again",
|
|
7010
|
+
"open": "Open",
|
|
7011
|
+
"download": "Save a copy",
|
|
7012
|
+
"unknownType": "Stored file"
|
|
6927
7013
|
}
|
|
6928
7014
|
},
|
|
6929
7015
|
"sandbox": {
|
package/i18n/locales/es.json
CHANGED
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
"bug": "Error",
|
|
221
221
|
"document": "Documento",
|
|
222
222
|
"spike": "Spike",
|
|
223
|
+
"media": "Medios",
|
|
223
224
|
"recurring": "Recurrente",
|
|
224
225
|
"review": "Revisión",
|
|
225
226
|
"ralph": "Bucle Ralph"
|
|
@@ -509,6 +510,71 @@
|
|
|
509
510
|
"label": "Épica",
|
|
510
511
|
"activeCount": "{count} activas",
|
|
511
512
|
"noTasksYet": "Aún no hay tareas"
|
|
513
|
+
},
|
|
514
|
+
"lanes": {
|
|
515
|
+
"viewTitle": "Organizar",
|
|
516
|
+
"resetView": "Restablecer los valores predeterminados",
|
|
517
|
+
"notStarted": {
|
|
518
|
+
"label": "Sin empezar",
|
|
519
|
+
"empty": "Nada esperando a que se tome."
|
|
520
|
+
},
|
|
521
|
+
"inProgress": {
|
|
522
|
+
"label": "En curso",
|
|
523
|
+
"empty": "No hay ejecuciones en marcha."
|
|
524
|
+
},
|
|
525
|
+
"needsYou": {
|
|
526
|
+
"label": "Te necesita",
|
|
527
|
+
"empty": "Nada espera por ti."
|
|
528
|
+
},
|
|
529
|
+
"done": {
|
|
530
|
+
"label": "Terminado",
|
|
531
|
+
"empty": "Aún no hay nada terminado.",
|
|
532
|
+
"hiddenByCap": "+{count} sin mostrar",
|
|
533
|
+
"hiddenByAge": "+{count} fuera del periodo de conservación",
|
|
534
|
+
"undated": "{count} sin fecha registrada",
|
|
535
|
+
"allWithheld": "Las tareas terminadas se cuentan aquí, pero no se listan, según los ajustes de este tablero."
|
|
536
|
+
},
|
|
537
|
+
"reason": {
|
|
538
|
+
"unstarted": "Lista para empezar",
|
|
539
|
+
"dependencies": "Esperando una dependencia",
|
|
540
|
+
"running": "En ejecución",
|
|
541
|
+
"backgroundReview": "Revisando en segundo plano",
|
|
542
|
+
"decision": "Se necesita una decisión",
|
|
543
|
+
"approval": "Se necesita aprobación",
|
|
544
|
+
"failed": "La ejecución falló",
|
|
545
|
+
"budgetPaused": "Pausada por el presupuesto de gasto",
|
|
546
|
+
"prAwaitingMerge": "Pull request pendiente de fusión",
|
|
547
|
+
"parked": "Esperando a una persona",
|
|
548
|
+
"unclassified": "Estado no reconocido",
|
|
549
|
+
"merged": "Fusionada"
|
|
550
|
+
},
|
|
551
|
+
"sort": {
|
|
552
|
+
"heading": "Ordenar por",
|
|
553
|
+
"smart": "Recomendado por columna",
|
|
554
|
+
"title": "Título (A–Z)",
|
|
555
|
+
"oldest_activity": "Las más silenciosas primero",
|
|
556
|
+
"newest_activity": "Actividad más reciente",
|
|
557
|
+
"longest_wait": "Las que esperan más tiempo",
|
|
558
|
+
"severity_desc": "Gravedad (mayor primero)",
|
|
559
|
+
"impact_desc": "Impacto estimado (mayor primero)",
|
|
560
|
+
"task_type": "Tipo de tarea"
|
|
561
|
+
},
|
|
562
|
+
"group": {
|
|
563
|
+
"heading": "Agrupar por",
|
|
564
|
+
"none": "Sin agrupar",
|
|
565
|
+
"module": "Módulo",
|
|
566
|
+
"task_type": "Tipo de tarea",
|
|
567
|
+
"initiative": "Iniciativa",
|
|
568
|
+
"epic": "Épica",
|
|
569
|
+
"blocking_reason": "Qué necesita",
|
|
570
|
+
"catchAll": {
|
|
571
|
+
"module": "Sin módulo",
|
|
572
|
+
"task_type": "Sin tipo",
|
|
573
|
+
"initiative": "Fuera de una iniciativa",
|
|
574
|
+
"epic": "Fuera de una épica",
|
|
575
|
+
"blocking_reason": "Sin clasificar"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
512
578
|
}
|
|
513
579
|
},
|
|
514
580
|
"contextAttachments": {
|
|
@@ -1143,11 +1209,12 @@
|
|
|
1143
1209
|
"title": "Estructura",
|
|
1144
1210
|
"hint": "Dónde vive esta tarea dentro de su servicio y qué estándares de código siguen sus agentes.",
|
|
1145
1211
|
"module": "Módulo",
|
|
1146
|
-
"modulePlaceholder": "
|
|
1147
|
-
"moduleHint": "El módulo del servicio al que pertenece esta tarea
|
|
1212
|
+
"modulePlaceholder": "Elige o escribe un módulo",
|
|
1213
|
+
"moduleHint": "El módulo del servicio al que pertenece esta tarea; el tablero agrupa las columnas por él. Un módulo que aún no existe se crea cuando se implementa la tarea.",
|
|
1148
1214
|
"bestPractices": "Buenas prácticas",
|
|
1149
1215
|
"bestPracticesEmpty": "Ninguna. Los agentes siguen su guía predeterminada.",
|
|
1150
|
-
"bestPracticesHint": "Fragmentos de buenas prácticas incorporados a los prompts de los agentes de esta tarea, además de los estándares a nivel de servicio."
|
|
1216
|
+
"bestPracticesHint": "Fragmentos de buenas prácticas incorporados a los prompts de los agentes de esta tarea, además de los estándares a nivel de servicio.",
|
|
1217
|
+
"moduleNone": "Sin módulo"
|
|
1151
1218
|
},
|
|
1152
1219
|
"runSettings": {
|
|
1153
1220
|
"title": "Ajustes de ejecución",
|
|
@@ -3578,7 +3645,8 @@
|
|
|
3578
3645
|
"document": "documento",
|
|
3579
3646
|
"spike": "spike",
|
|
3580
3647
|
"review": "revisión",
|
|
3581
|
-
"ralph": "Bucle Ralph"
|
|
3648
|
+
"ralph": "Bucle Ralph",
|
|
3649
|
+
"media": "medios"
|
|
3582
3650
|
},
|
|
3583
3651
|
"reviewFriction": {
|
|
3584
3652
|
"heading": "Fricción por revisión pendiente",
|
|
@@ -3664,6 +3732,15 @@
|
|
|
3664
3732
|
"advisory": "Aviso (registrar, nunca detener)",
|
|
3665
3733
|
"off": "Desactivado (omitir la comprobación)"
|
|
3666
3734
|
}
|
|
3735
|
+
},
|
|
3736
|
+
"doneLane": {
|
|
3737
|
+
"heading": "Columna «Terminado»",
|
|
3738
|
+
"body": "Cuánto trabajo terminado mantiene a la vista la columna «Terminado» de cada servicio. Ambos límites solo ocultan tarjetas: una tarea oculta sigue en el tablero, sigue siendo buscable y sigue contando en el total de la columna.",
|
|
3739
|
+
"maxItems": "Tarjetas mostradas",
|
|
3740
|
+
"zeroHint": "Las tareas terminadas se contarán, pero nunca se listarán.",
|
|
3741
|
+
"ageToggle": "Ocultar también las tareas terminadas hace tiempo",
|
|
3742
|
+
"days": "Conservar (días)",
|
|
3743
|
+
"hidesOnlyHint": "No se elimina nada. Las tareas sin fecha de finalización registrada nunca se ocultan por antigüedad."
|
|
3667
3744
|
}
|
|
3668
3745
|
},
|
|
3669
3746
|
"localModelEndpoints": {
|
|
@@ -4887,7 +4964,8 @@
|
|
|
4887
4964
|
"document": "Documentación",
|
|
4888
4965
|
"review": "Revisión",
|
|
4889
4966
|
"research": "Investigación",
|
|
4890
|
-
"planning": "Planificación"
|
|
4967
|
+
"planning": "Planificación",
|
|
4968
|
+
"media": "Medios"
|
|
4891
4969
|
},
|
|
4892
4970
|
"strategyOption": {
|
|
4893
4971
|
"specialist-panel": "Panel de especialistas",
|
|
@@ -6613,6 +6691,14 @@
|
|
|
6613
6691
|
"automatic": "Se generó {total} candidato y se conservó automáticamente, sin revisión.",
|
|
6614
6692
|
"chosen": "Se conservaron {kept} de {total} candidatos generados.",
|
|
6615
6693
|
"awaiting": "Se generaron {total} candidatos y están a la espera de compararse."
|
|
6694
|
+
},
|
|
6695
|
+
"asset": {
|
|
6696
|
+
"loading": "Cargando el archivo…",
|
|
6697
|
+
"loadFailed": "No se pudo cargar el archivo almacenado.",
|
|
6698
|
+
"retry": "Reintentar",
|
|
6699
|
+
"open": "Abrir",
|
|
6700
|
+
"download": "Guardar una copia",
|
|
6701
|
+
"unknownType": "Archivo almacenado"
|
|
6616
6702
|
}
|
|
6617
6703
|
},
|
|
6618
6704
|
"sandbox": {
|
package/i18n/locales/fr.json
CHANGED
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
"bug": "Bug",
|
|
221
221
|
"document": "Document",
|
|
222
222
|
"spike": "Spike",
|
|
223
|
+
"media": "Média",
|
|
223
224
|
"recurring": "Récurrent",
|
|
224
225
|
"review": "Revue",
|
|
225
226
|
"ralph": "Boucle Ralph"
|
|
@@ -509,6 +510,71 @@
|
|
|
509
510
|
"label": "Épopée",
|
|
510
511
|
"activeCount": "{count} actives",
|
|
511
512
|
"noTasksYet": "Pas encore de tâches"
|
|
513
|
+
},
|
|
514
|
+
"lanes": {
|
|
515
|
+
"viewTitle": "Organiser",
|
|
516
|
+
"resetView": "Rétablir les valeurs par défaut",
|
|
517
|
+
"notStarted": {
|
|
518
|
+
"label": "Pas commencé",
|
|
519
|
+
"empty": "Rien n'attend d'être pris en charge."
|
|
520
|
+
},
|
|
521
|
+
"inProgress": {
|
|
522
|
+
"label": "En cours",
|
|
523
|
+
"empty": "Aucune exécution en cours."
|
|
524
|
+
},
|
|
525
|
+
"needsYou": {
|
|
526
|
+
"label": "Vous attend",
|
|
527
|
+
"empty": "Rien ne vous attend."
|
|
528
|
+
},
|
|
529
|
+
"done": {
|
|
530
|
+
"label": "Terminé",
|
|
531
|
+
"empty": "Rien de terminé pour le moment.",
|
|
532
|
+
"hiddenByCap": "+{count} non affichées",
|
|
533
|
+
"hiddenByAge": "+{count} au-delà de la période de conservation",
|
|
534
|
+
"undated": "{count} sans date enregistrée",
|
|
535
|
+
"allWithheld": "Les tâches terminées sont comptées ici mais pas listées, conformément aux réglages de ce tableau."
|
|
536
|
+
},
|
|
537
|
+
"reason": {
|
|
538
|
+
"unstarted": "Prête à démarrer",
|
|
539
|
+
"dependencies": "En attente d’une dépendance",
|
|
540
|
+
"running": "En cours d’exécution",
|
|
541
|
+
"backgroundReview": "Relecture en arrière-plan",
|
|
542
|
+
"decision": "Décision requise",
|
|
543
|
+
"approval": "Approbation requise",
|
|
544
|
+
"failed": "Exécution en échec",
|
|
545
|
+
"budgetPaused": "Mise en pause par le budget de dépenses",
|
|
546
|
+
"prAwaitingMerge": "Pull request en attente de fusion",
|
|
547
|
+
"parked": "En attente d’une personne",
|
|
548
|
+
"unclassified": "Statut non reconnu",
|
|
549
|
+
"merged": "Fusionnée"
|
|
550
|
+
},
|
|
551
|
+
"sort": {
|
|
552
|
+
"heading": "Trier par",
|
|
553
|
+
"smart": "Recommandé par colonne",
|
|
554
|
+
"title": "Titre (A–Z)",
|
|
555
|
+
"oldest_activity": "Les plus silencieuses d’abord",
|
|
556
|
+
"newest_activity": "Activité la plus récente",
|
|
557
|
+
"longest_wait": "En attente depuis le plus longtemps",
|
|
558
|
+
"severity_desc": "Gravité (la plus élevée d’abord)",
|
|
559
|
+
"impact_desc": "Impact estimé (le plus élevé d’abord)",
|
|
560
|
+
"task_type": "Type de tâche"
|
|
561
|
+
},
|
|
562
|
+
"group": {
|
|
563
|
+
"heading": "Grouper par",
|
|
564
|
+
"none": "Aucun groupement",
|
|
565
|
+
"module": "Module",
|
|
566
|
+
"task_type": "Type de tâche",
|
|
567
|
+
"initiative": "Initiative",
|
|
568
|
+
"epic": "Épopée",
|
|
569
|
+
"blocking_reason": "Ce qu’il faut",
|
|
570
|
+
"catchAll": {
|
|
571
|
+
"module": "Aucun module",
|
|
572
|
+
"task_type": "Aucun type",
|
|
573
|
+
"initiative": "Hors initiative",
|
|
574
|
+
"epic": "Hors épopée",
|
|
575
|
+
"blocking_reason": "Non classé"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
512
578
|
}
|
|
513
579
|
},
|
|
514
580
|
"contextAttachments": {
|
|
@@ -1143,11 +1209,12 @@
|
|
|
1143
1209
|
"title": "Structure",
|
|
1144
1210
|
"hint": "Où vit cette tâche dans son service et quelles normes de code ses agents suivent.",
|
|
1145
1211
|
"module": "Module",
|
|
1146
|
-
"modulePlaceholder": "
|
|
1147
|
-
"moduleHint": "Le module du service auquel cette tâche
|
|
1212
|
+
"modulePlaceholder": "Choisissez ou saisissez un module",
|
|
1213
|
+
"moduleHint": "Le module du service auquel appartient cette tâche ; le tableau groupe les colonnes par module. Un module qui n’existe pas encore est créé lors de l’implémentation de la tâche.",
|
|
1148
1214
|
"bestPractices": "Bonnes pratiques",
|
|
1149
1215
|
"bestPracticesEmpty": "Aucune. Les agents suivent leurs consignes par défaut.",
|
|
1150
|
-
"bestPracticesHint": "Fragments de bonnes pratiques ajoutés aux prompts des agents de cette tâche, en plus des normes au niveau du service."
|
|
1216
|
+
"bestPracticesHint": "Fragments de bonnes pratiques ajoutés aux prompts des agents de cette tâche, en plus des normes au niveau du service.",
|
|
1217
|
+
"moduleNone": "Aucun module"
|
|
1151
1218
|
},
|
|
1152
1219
|
"runSettings": {
|
|
1153
1220
|
"title": "Paramètres d'exécution",
|
|
@@ -3578,7 +3645,8 @@
|
|
|
3578
3645
|
"document": "document",
|
|
3579
3646
|
"spike": "spike",
|
|
3580
3647
|
"review": "revue",
|
|
3581
|
-
"ralph": "Boucle Ralph"
|
|
3648
|
+
"ralph": "Boucle Ralph",
|
|
3649
|
+
"media": "média"
|
|
3582
3650
|
},
|
|
3583
3651
|
"reviewFriction": {
|
|
3584
3652
|
"heading": "Friction de dette de revue",
|
|
@@ -3664,6 +3732,15 @@
|
|
|
3664
3732
|
"advisory": "Indicatif (enregistrer, jamais mettre en pause)",
|
|
3665
3733
|
"off": "Désactivé (ignorer la vérification)"
|
|
3666
3734
|
}
|
|
3735
|
+
},
|
|
3736
|
+
"doneLane": {
|
|
3737
|
+
"heading": "Colonne « Terminé »",
|
|
3738
|
+
"body": "La quantité de travail terminé que la colonne « Terminé » de chaque service garde visible. Les deux limites masquent seulement des cartes : une tâche masquée reste sur le tableau, reste trouvable et reste comptée dans le total de la colonne.",
|
|
3739
|
+
"maxItems": "Cartes affichées",
|
|
3740
|
+
"zeroHint": "Les tâches terminées seront comptées mais jamais listées.",
|
|
3741
|
+
"ageToggle": "Masquer aussi les tâches terminées depuis longtemps",
|
|
3742
|
+
"days": "Conserver (jours)",
|
|
3743
|
+
"hidesOnlyHint": "Rien n’est supprimé. Les tâches sans date d’achèvement enregistrée ne sont jamais masquées en raison de leur ancienneté."
|
|
3667
3744
|
}
|
|
3668
3745
|
},
|
|
3669
3746
|
"localModelEndpoints": {
|
|
@@ -4887,7 +4964,8 @@
|
|
|
4887
4964
|
"document": "Documentation",
|
|
4888
4965
|
"review": "Revue",
|
|
4889
4966
|
"research": "Recherche",
|
|
4890
|
-
"planning": "Planification"
|
|
4967
|
+
"planning": "Planification",
|
|
4968
|
+
"media": "Média"
|
|
4891
4969
|
},
|
|
4892
4970
|
"strategyOption": {
|
|
4893
4971
|
"specialist-panel": "Panel de spécialistes",
|
|
@@ -6613,6 +6691,14 @@
|
|
|
6613
6691
|
"automatic": "{total} candidat a été généré et conservé automatiquement, sans examen.",
|
|
6614
6692
|
"chosen": "{kept} des {total} candidats générés ont été conservés.",
|
|
6615
6693
|
"awaiting": "{total} candidats ont été générés et attendent d’être comparés."
|
|
6694
|
+
},
|
|
6695
|
+
"asset": {
|
|
6696
|
+
"loading": "Chargement du fichier…",
|
|
6697
|
+
"loadFailed": "Le fichier stocké n’a pas pu être chargé.",
|
|
6698
|
+
"retry": "Réessayer",
|
|
6699
|
+
"open": "Ouvrir",
|
|
6700
|
+
"download": "Enregistrer une copie",
|
|
6701
|
+
"unknownType": "Fichier stocké"
|
|
6616
6702
|
}
|
|
6617
6703
|
},
|
|
6618
6704
|
"sandbox": {
|