@contractspec/lib.lifecycle 3.7.6 → 3.7.10
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 +42 -58
- package/dist/browser/index.js +179 -179
- package/dist/i18n/catalogs/index.d.ts +1 -1
- package/dist/i18n/index.d.ts +7 -7
- package/dist/i18n/locale.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +179 -179
- package/dist/node/index.js +179 -179
- package/dist/types/milestones.d.ts +2 -2
- package/dist/types/signals.d.ts +1 -1
- package/dist/utils/formatters.d.ts +2 -2
- package/package.json +6 -6
package/dist/browser/index.js
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
// src/types/axes.ts
|
|
2
|
+
var ProductPhase;
|
|
3
|
+
((ProductPhase2) => {
|
|
4
|
+
ProductPhase2["Sketch"] = "Sketch";
|
|
5
|
+
ProductPhase2["Prototype"] = "Prototype";
|
|
6
|
+
ProductPhase2["Mvp"] = "MVP";
|
|
7
|
+
ProductPhase2["V1"] = "V1";
|
|
8
|
+
ProductPhase2["Ecosystem"] = "Ecosystem";
|
|
9
|
+
})(ProductPhase ||= {});
|
|
10
|
+
var CompanyPhase;
|
|
11
|
+
((CompanyPhase2) => {
|
|
12
|
+
CompanyPhase2["Solo"] = "Solo";
|
|
13
|
+
CompanyPhase2["TinyTeam"] = "TinyTeam";
|
|
14
|
+
CompanyPhase2["FunctionalOrg"] = "FunctionalOrg";
|
|
15
|
+
CompanyPhase2["MultiTeam"] = "MultiTeam";
|
|
16
|
+
CompanyPhase2["Bureaucratic"] = "Bureaucratic";
|
|
17
|
+
})(CompanyPhase ||= {});
|
|
18
|
+
var CapitalPhase;
|
|
19
|
+
((CapitalPhase2) => {
|
|
20
|
+
CapitalPhase2["Bootstrapped"] = "Bootstrapped";
|
|
21
|
+
CapitalPhase2["PreSeed"] = "PreSeed";
|
|
22
|
+
CapitalPhase2["Seed"] = "Seed";
|
|
23
|
+
CapitalPhase2["SeriesAorB"] = "SeriesAorB";
|
|
24
|
+
CapitalPhase2["LateStage"] = "LateStage";
|
|
25
|
+
})(CapitalPhase ||= {});
|
|
1
26
|
// src/i18n/messages.ts
|
|
2
27
|
import {
|
|
3
28
|
createI18nFactory
|
|
@@ -327,270 +352,270 @@ var enMessages = defineTranslation({
|
|
|
327
352
|
}
|
|
328
353
|
});
|
|
329
354
|
|
|
330
|
-
// src/i18n/catalogs/
|
|
355
|
+
// src/i18n/catalogs/es.ts
|
|
331
356
|
import { defineTranslation as defineTranslation2 } from "@contractspec/lib.contracts-spec/translations";
|
|
332
|
-
var
|
|
357
|
+
var esMessages = defineTranslation2({
|
|
333
358
|
meta: {
|
|
334
359
|
key: "lifecycle.messages",
|
|
335
360
|
version: "1.0.0",
|
|
336
361
|
domain: "lifecycle",
|
|
337
|
-
description: "Display labels, stage metadata, and formatter strings for the lifecycle package (
|
|
362
|
+
description: "Display labels, stage metadata, and formatter strings for the lifecycle package (Spanish)",
|
|
338
363
|
owners: ["platform"],
|
|
339
364
|
stability: "experimental"
|
|
340
365
|
},
|
|
341
|
-
locale: "
|
|
366
|
+
locale: "es",
|
|
342
367
|
fallback: "en",
|
|
343
368
|
messages: {
|
|
344
369
|
"stage.exploration.name": {
|
|
345
|
-
value: "
|
|
370
|
+
value: "Exploración / Ideación",
|
|
346
371
|
description: "Display name for the Exploration stage"
|
|
347
372
|
},
|
|
348
373
|
"stage.problemSolutionFit.name": {
|
|
349
|
-
value: "
|
|
374
|
+
value: "Ajuste problema–solución",
|
|
350
375
|
description: "Display name for the Problem-Solution Fit stage"
|
|
351
376
|
},
|
|
352
377
|
"stage.mvpEarlyTraction.name": {
|
|
353
|
-
value: "MVP
|
|
378
|
+
value: "MVP y tracción inicial",
|
|
354
379
|
description: "Display name for the MVP & Early Traction stage"
|
|
355
380
|
},
|
|
356
381
|
"stage.productMarketFit.name": {
|
|
357
|
-
value: "
|
|
382
|
+
value: "Ajuste producto–mercado",
|
|
358
383
|
description: "Display name for the Product-Market Fit stage"
|
|
359
384
|
},
|
|
360
385
|
"stage.growthScaleUp.name": {
|
|
361
|
-
value: "
|
|
386
|
+
value: "Crecimiento / Escalamiento",
|
|
362
387
|
description: "Display name for the Growth / Scale-up stage"
|
|
363
388
|
},
|
|
364
389
|
"stage.expansionPlatform.name": {
|
|
365
|
-
value: "
|
|
390
|
+
value: "Expansión / Plataforma",
|
|
366
391
|
description: "Display name for the Expansion / Platform stage"
|
|
367
392
|
},
|
|
368
393
|
"stage.maturityRenewal.name": {
|
|
369
|
-
value: "
|
|
394
|
+
value: "Madurez / Renovación",
|
|
370
395
|
description: "Display name for the Maturity / Renewal stage"
|
|
371
396
|
},
|
|
372
397
|
"stage.exploration.question": {
|
|
373
|
-
value: "
|
|
398
|
+
value: "¿Hay un problema que merece mi tiempo?",
|
|
374
399
|
description: "Key question for the Exploration stage"
|
|
375
400
|
},
|
|
376
401
|
"stage.problemSolutionFit.question": {
|
|
377
|
-
value: "
|
|
402
|
+
value: "¿La gente se preocupa lo suficiente por esta solución?",
|
|
378
403
|
description: "Key question for the Problem-Solution Fit stage"
|
|
379
404
|
},
|
|
380
405
|
"stage.mvpEarlyTraction.question": {
|
|
381
|
-
value: "
|
|
406
|
+
value: "¿Podemos obtener uso real y aprender rápido?",
|
|
382
407
|
description: "Key question for the MVP & Early Traction stage"
|
|
383
408
|
},
|
|
384
409
|
"stage.productMarketFit.question": {
|
|
385
|
-
value: "
|
|
410
|
+
value: "¿Esto nos está impulsando hacia adelante?",
|
|
386
411
|
description: "Key question for the Product-Market Fit stage"
|
|
387
412
|
},
|
|
388
413
|
"stage.growthScaleUp.question": {
|
|
389
|
-
value: "
|
|
414
|
+
value: "¿Podemos crecer de forma repetible?",
|
|
390
415
|
description: "Key question for the Growth / Scale-up stage"
|
|
391
416
|
},
|
|
392
417
|
"stage.expansionPlatform.question": {
|
|
393
|
-
value: "
|
|
418
|
+
value: "¿Cuál es la próxima curva de crecimiento?",
|
|
394
419
|
description: "Key question for the Expansion / Platform stage"
|
|
395
420
|
},
|
|
396
421
|
"stage.maturityRenewal.question": {
|
|
397
|
-
value: "
|
|
422
|
+
value: "¿Optimizar, reinventar o descontinuar?",
|
|
398
423
|
description: "Key question for the Maturity / Renewal stage"
|
|
399
424
|
},
|
|
400
425
|
"stage.exploration.signal.0": {
|
|
401
|
-
value: "20+
|
|
426
|
+
value: "20+ entrevistas de descubrimiento",
|
|
402
427
|
description: "Signal for Exploration stage"
|
|
403
428
|
},
|
|
404
429
|
"stage.exploration.signal.1": {
|
|
405
|
-
value: "
|
|
430
|
+
value: "Planteamiento claro del problema",
|
|
406
431
|
description: "Signal for Exploration stage"
|
|
407
432
|
},
|
|
408
433
|
"stage.exploration.signal.2": {
|
|
409
|
-
value: "ICP
|
|
434
|
+
value: "ICP identificado",
|
|
410
435
|
description: "Signal for Exploration stage"
|
|
411
436
|
},
|
|
412
437
|
"stage.problemSolutionFit.signal.0": {
|
|
413
|
-
value: "
|
|
438
|
+
value: "Reutilización del prototipo",
|
|
414
439
|
description: "Signal for Problem-Solution Fit stage"
|
|
415
440
|
},
|
|
416
441
|
"stage.problemSolutionFit.signal.1": {
|
|
417
|
-
value: "
|
|
442
|
+
value: "Energía de recomendación",
|
|
418
443
|
description: "Signal for Problem-Solution Fit stage"
|
|
419
444
|
},
|
|
420
445
|
"stage.problemSolutionFit.signal.2": {
|
|
421
|
-
value: "
|
|
446
|
+
value: "Interés de prepago",
|
|
422
447
|
description: "Signal for Problem-Solution Fit stage"
|
|
423
448
|
},
|
|
424
449
|
"stage.mvpEarlyTraction.signal.0": {
|
|
425
|
-
value: "20–50
|
|
450
|
+
value: "20–50 usuarios activos identificados",
|
|
426
451
|
description: "Signal for MVP & Early Traction stage"
|
|
427
452
|
},
|
|
428
453
|
"stage.mvpEarlyTraction.signal.1": {
|
|
429
|
-
value: "
|
|
454
|
+
value: "Lanzamientos semanales",
|
|
430
455
|
description: "Signal for MVP & Early Traction stage"
|
|
431
456
|
},
|
|
432
457
|
"stage.mvpEarlyTraction.signal.2": {
|
|
433
|
-
value: "
|
|
458
|
+
value: "Retroalimentación ruidosa",
|
|
434
459
|
description: "Signal for MVP & Early Traction stage"
|
|
435
460
|
},
|
|
436
461
|
"stage.productMarketFit.signal.0": {
|
|
437
|
-
value: "
|
|
462
|
+
value: "Retención sin heroísmos",
|
|
438
463
|
description: "Signal for Product-Market Fit stage"
|
|
439
464
|
},
|
|
440
465
|
"stage.productMarketFit.signal.1": {
|
|
441
|
-
value: "
|
|
466
|
+
value: "Boca a boca orgánico",
|
|
442
467
|
description: "Signal for Product-Market Fit stage"
|
|
443
468
|
},
|
|
444
469
|
"stage.productMarketFit.signal.2": {
|
|
445
|
-
value: "
|
|
470
|
+
value: "Historias de valor",
|
|
446
471
|
description: "Signal for Product-Market Fit stage"
|
|
447
472
|
},
|
|
448
473
|
"stage.growthScaleUp.signal.0": {
|
|
449
|
-
value: "
|
|
474
|
+
value: "Canales predecibles",
|
|
450
475
|
description: "Signal for Growth / Scale-up stage"
|
|
451
476
|
},
|
|
452
477
|
"stage.growthScaleUp.signal.1": {
|
|
453
|
-
value: "
|
|
478
|
+
value: "Contrataciones especializadas",
|
|
454
479
|
description: "Signal for Growth / Scale-up stage"
|
|
455
480
|
},
|
|
456
481
|
"stage.growthScaleUp.signal.2": {
|
|
457
|
-
value: "
|
|
482
|
+
value: "Economía unitaria en camino",
|
|
458
483
|
description: "Signal for Growth / Scale-up stage"
|
|
459
484
|
},
|
|
460
485
|
"stage.expansionPlatform.signal.0": {
|
|
461
|
-
value: "
|
|
486
|
+
value: "Métricas centrales estables",
|
|
462
487
|
description: "Signal for Expansion / Platform stage"
|
|
463
488
|
},
|
|
464
489
|
"stage.expansionPlatform.signal.1": {
|
|
465
|
-
value: "
|
|
490
|
+
value: "Demanda de socios/API",
|
|
466
491
|
description: "Signal for Expansion / Platform stage"
|
|
467
492
|
},
|
|
468
493
|
"stage.expansionPlatform.signal.2": {
|
|
469
|
-
value: "
|
|
494
|
+
value: "Atracción del ecosistema",
|
|
470
495
|
description: "Signal for Expansion / Platform stage"
|
|
471
496
|
},
|
|
472
497
|
"stage.maturityRenewal.signal.0": {
|
|
473
|
-
value: "
|
|
498
|
+
value: "Enfoque en márgenes",
|
|
474
499
|
description: "Signal for Maturity / Renewal stage"
|
|
475
500
|
},
|
|
476
501
|
"stage.maturityRenewal.signal.1": {
|
|
477
|
-
value: "
|
|
502
|
+
value: "Apuestas de portafolio",
|
|
478
503
|
description: "Signal for Maturity / Renewal stage"
|
|
479
504
|
},
|
|
480
505
|
"stage.maturityRenewal.signal.2": {
|
|
481
|
-
value: "
|
|
506
|
+
value: "Renovación de la narrativa",
|
|
482
507
|
description: "Signal for Maturity / Renewal stage"
|
|
483
508
|
},
|
|
484
509
|
"stage.exploration.trap.0": {
|
|
485
|
-
value: "
|
|
510
|
+
value: "Marca antes del descubrimiento",
|
|
486
511
|
description: "Trap for Exploration stage"
|
|
487
512
|
},
|
|
488
513
|
"stage.exploration.trap.1": {
|
|
489
|
-
value: "
|
|
514
|
+
value: "Decisiones de herramientas prematuras",
|
|
490
515
|
description: "Trap for Exploration stage"
|
|
491
516
|
},
|
|
492
517
|
"stage.problemSolutionFit.trap.0": {
|
|
493
|
-
value: "«
|
|
518
|
+
value: "«El mercado es enorme» sin usuarios",
|
|
494
519
|
description: "Trap for Problem-Solution Fit stage"
|
|
495
520
|
},
|
|
496
521
|
"stage.problemSolutionFit.trap.1": {
|
|
497
|
-
value: "
|
|
522
|
+
value: "Saltar los ciclos cualitativos",
|
|
498
523
|
description: "Trap for Problem-Solution Fit stage"
|
|
499
524
|
},
|
|
500
525
|
"stage.mvpEarlyTraction.trap.0": {
|
|
501
|
-
value: "
|
|
526
|
+
value: "Infraestructura sobredimensionada para 10 usuarios",
|
|
502
527
|
description: "Trap for MVP & Early Traction stage"
|
|
503
528
|
},
|
|
504
529
|
"stage.mvpEarlyTraction.trap.1": {
|
|
505
|
-
value: "
|
|
530
|
+
value: "Métrica de retención indefinida",
|
|
506
531
|
description: "Trap for MVP & Early Traction stage"
|
|
507
532
|
},
|
|
508
533
|
"stage.productMarketFit.trap.0": {
|
|
509
|
-
value: "
|
|
534
|
+
value: "Crecimiento heroico que no escala",
|
|
510
535
|
description: "Trap for Product-Market Fit stage"
|
|
511
536
|
},
|
|
512
537
|
"stage.productMarketFit.trap.1": {
|
|
513
|
-
value: "
|
|
538
|
+
value: "Ignorar señales de abandono",
|
|
514
539
|
description: "Trap for Product-Market Fit stage"
|
|
515
540
|
},
|
|
516
541
|
"stage.growthScaleUp.trap.0": {
|
|
517
|
-
value: "
|
|
542
|
+
value: "Gasto publicitario enmascarando problemas de retención",
|
|
518
543
|
description: "Trap for Growth / Scale-up stage"
|
|
519
544
|
},
|
|
520
545
|
"stage.growthScaleUp.trap.1": {
|
|
521
|
-
value: "
|
|
546
|
+
value: "Deuda de infraestructura bloqueando lanzamientos",
|
|
522
547
|
description: "Trap for Growth / Scale-up stage"
|
|
523
548
|
},
|
|
524
549
|
"stage.expansionPlatform.trap.0": {
|
|
525
|
-
value: "
|
|
550
|
+
value: "Teatro de plataforma antes de que la cuña sea sólida",
|
|
526
551
|
description: "Trap for Expansion / Platform stage"
|
|
527
552
|
},
|
|
528
553
|
"stage.maturityRenewal.trap.0": {
|
|
529
|
-
value: "
|
|
554
|
+
value: "Asumir que el éxito pasado es suficiente",
|
|
530
555
|
description: "Trap for Maturity / Renewal stage"
|
|
531
556
|
},
|
|
532
557
|
"stage.exploration.focus.0": {
|
|
533
|
-
value: "
|
|
558
|
+
value: "Descubrimiento de clientes",
|
|
534
559
|
description: "Focus area for Exploration stage"
|
|
535
560
|
},
|
|
536
561
|
"stage.exploration.focus.1": {
|
|
537
|
-
value: "
|
|
562
|
+
value: "Definición del problema",
|
|
538
563
|
description: "Focus area for Exploration stage"
|
|
539
564
|
},
|
|
540
565
|
"stage.exploration.focus.2": {
|
|
541
|
-
value: "
|
|
566
|
+
value: "Claridad del segmento",
|
|
542
567
|
description: "Focus area for Exploration stage"
|
|
543
568
|
},
|
|
544
569
|
"stage.problemSolutionFit.focus.0": {
|
|
545
|
-
value: "
|
|
570
|
+
value: "Hipótesis de solución",
|
|
546
571
|
description: "Focus area for Problem-Solution Fit stage"
|
|
547
572
|
},
|
|
548
573
|
"stage.problemSolutionFit.focus.1": {
|
|
549
|
-
value: "
|
|
574
|
+
value: "Mensaje de valor",
|
|
550
575
|
description: "Focus area for Problem-Solution Fit stage"
|
|
551
576
|
},
|
|
552
577
|
"stage.problemSolutionFit.focus.2": {
|
|
553
|
-
value: "
|
|
578
|
+
value: "Captura de retroalimentación",
|
|
554
579
|
description: "Focus area for Problem-Solution Fit stage"
|
|
555
580
|
},
|
|
556
581
|
"stage.mvpEarlyTraction.focus.0": {
|
|
557
|
-
value: "
|
|
582
|
+
value: "Activación",
|
|
558
583
|
description: "Focus area for MVP & Early Traction stage"
|
|
559
584
|
},
|
|
560
585
|
"stage.mvpEarlyTraction.focus.1": {
|
|
561
|
-
value: "
|
|
586
|
+
value: "Seguimiento de cohortes",
|
|
562
587
|
description: "Focus area for MVP & Early Traction stage"
|
|
563
588
|
},
|
|
564
589
|
"stage.mvpEarlyTraction.focus.2": {
|
|
565
|
-
value: "
|
|
590
|
+
value: "Rituales de retroalimentación",
|
|
566
591
|
description: "Focus area for MVP & Early Traction stage"
|
|
567
592
|
},
|
|
568
593
|
"stage.productMarketFit.focus.0": {
|
|
569
|
-
value: "
|
|
594
|
+
value: "Retención",
|
|
570
595
|
description: "Focus area for Product-Market Fit stage"
|
|
571
596
|
},
|
|
572
597
|
"stage.productMarketFit.focus.1": {
|
|
573
|
-
value: "
|
|
598
|
+
value: "Fiabilidad",
|
|
574
599
|
description: "Focus area for Product-Market Fit stage"
|
|
575
600
|
},
|
|
576
601
|
"stage.productMarketFit.focus.2": {
|
|
577
|
-
value: "
|
|
602
|
+
value: "Claridad del ICP",
|
|
578
603
|
description: "Focus area for Product-Market Fit stage"
|
|
579
604
|
},
|
|
580
605
|
"stage.growthScaleUp.focus.0": {
|
|
581
|
-
value: "
|
|
606
|
+
value: "Sistemas operativos",
|
|
582
607
|
description: "Focus area for Growth / Scale-up stage"
|
|
583
608
|
},
|
|
584
609
|
"stage.growthScaleUp.focus.1": {
|
|
585
|
-
value: "
|
|
610
|
+
value: "Bucles de crecimiento",
|
|
586
611
|
description: "Focus area for Growth / Scale-up stage"
|
|
587
612
|
},
|
|
588
613
|
"stage.growthScaleUp.focus.2": {
|
|
589
|
-
value: "
|
|
614
|
+
value: "Ingeniería de fiabilidad",
|
|
590
615
|
description: "Focus area for Growth / Scale-up stage"
|
|
591
616
|
},
|
|
592
617
|
"stage.expansionPlatform.focus.0": {
|
|
593
|
-
value: "
|
|
618
|
+
value: "Alianzas",
|
|
594
619
|
description: "Focus area for Expansion / Platform stage"
|
|
595
620
|
},
|
|
596
621
|
"stage.expansionPlatform.focus.1": {
|
|
@@ -598,312 +623,312 @@ var frMessages = defineTranslation2({
|
|
|
598
623
|
description: "Focus area for Expansion / Platform stage"
|
|
599
624
|
},
|
|
600
625
|
"stage.expansionPlatform.focus.2": {
|
|
601
|
-
value: "
|
|
626
|
+
value: "Validación de nuevos mercados",
|
|
602
627
|
description: "Focus area for Expansion / Platform stage"
|
|
603
628
|
},
|
|
604
629
|
"stage.maturityRenewal.focus.0": {
|
|
605
|
-
value: "
|
|
630
|
+
value: "Optimización de costos",
|
|
606
631
|
description: "Focus area for Maturity / Renewal stage"
|
|
607
632
|
},
|
|
608
633
|
"stage.maturityRenewal.focus.1": {
|
|
609
|
-
value: "
|
|
634
|
+
value: "Apuestas de reinvención",
|
|
610
635
|
description: "Focus area for Maturity / Renewal stage"
|
|
611
636
|
},
|
|
612
637
|
"stage.maturityRenewal.focus.2": {
|
|
613
|
-
value: "
|
|
638
|
+
value: "Planificación de fin de vida",
|
|
614
639
|
description: "Focus area for Maturity / Renewal stage"
|
|
615
640
|
},
|
|
616
641
|
"formatter.stageTitle": {
|
|
617
|
-
value: "
|
|
642
|
+
value: "Etapa {order} · {name}",
|
|
618
643
|
description: "Title template for stage summary"
|
|
619
644
|
},
|
|
620
645
|
"formatter.axis.product": {
|
|
621
|
-
value: "
|
|
646
|
+
value: "Producto: {phase}",
|
|
622
647
|
description: "Product axis label in summary"
|
|
623
648
|
},
|
|
624
649
|
"formatter.axis.company": {
|
|
625
|
-
value: "
|
|
650
|
+
value: "Empresa: {phase}",
|
|
626
651
|
description: "Company axis label in summary"
|
|
627
652
|
},
|
|
628
653
|
"formatter.axis.capital": {
|
|
629
|
-
value: "Capital
|
|
654
|
+
value: "Capital: {phase}",
|
|
630
655
|
description: "Capital axis label in summary"
|
|
631
656
|
},
|
|
632
657
|
"formatter.action.fallback": {
|
|
633
|
-
value: "
|
|
658
|
+
value: "Concéntrese en los próximos hitos.",
|
|
634
659
|
description: "Default action copy when no top action exists"
|
|
635
660
|
},
|
|
636
661
|
"formatter.digest": {
|
|
637
|
-
value: "
|
|
662
|
+
value: "Próximo para {name}: {actionCopy}",
|
|
638
663
|
description: "Recommendation digest template"
|
|
639
664
|
}
|
|
640
665
|
}
|
|
641
666
|
});
|
|
642
667
|
|
|
643
|
-
// src/i18n/catalogs/
|
|
668
|
+
// src/i18n/catalogs/fr.ts
|
|
644
669
|
import { defineTranslation as defineTranslation3 } from "@contractspec/lib.contracts-spec/translations";
|
|
645
|
-
var
|
|
670
|
+
var frMessages = defineTranslation3({
|
|
646
671
|
meta: {
|
|
647
672
|
key: "lifecycle.messages",
|
|
648
673
|
version: "1.0.0",
|
|
649
674
|
domain: "lifecycle",
|
|
650
|
-
description: "Display labels, stage metadata, and formatter strings for the lifecycle package (
|
|
675
|
+
description: "Display labels, stage metadata, and formatter strings for the lifecycle package (French)",
|
|
651
676
|
owners: ["platform"],
|
|
652
677
|
stability: "experimental"
|
|
653
678
|
},
|
|
654
|
-
locale: "
|
|
679
|
+
locale: "fr",
|
|
655
680
|
fallback: "en",
|
|
656
681
|
messages: {
|
|
657
682
|
"stage.exploration.name": {
|
|
658
|
-
value: "
|
|
683
|
+
value: "Exploration / Idéation",
|
|
659
684
|
description: "Display name for the Exploration stage"
|
|
660
685
|
},
|
|
661
686
|
"stage.problemSolutionFit.name": {
|
|
662
|
-
value: "
|
|
687
|
+
value: "Adéquation problème–solution",
|
|
663
688
|
description: "Display name for the Problem-Solution Fit stage"
|
|
664
689
|
},
|
|
665
690
|
"stage.mvpEarlyTraction.name": {
|
|
666
|
-
value: "MVP
|
|
691
|
+
value: "MVP et première traction",
|
|
667
692
|
description: "Display name for the MVP & Early Traction stage"
|
|
668
693
|
},
|
|
669
694
|
"stage.productMarketFit.name": {
|
|
670
|
-
value: "
|
|
695
|
+
value: "Adéquation produit–marché",
|
|
671
696
|
description: "Display name for the Product-Market Fit stage"
|
|
672
697
|
},
|
|
673
698
|
"stage.growthScaleUp.name": {
|
|
674
|
-
value: "
|
|
699
|
+
value: "Croissance / Mise à l’échelle",
|
|
675
700
|
description: "Display name for the Growth / Scale-up stage"
|
|
676
701
|
},
|
|
677
702
|
"stage.expansionPlatform.name": {
|
|
678
|
-
value: "
|
|
703
|
+
value: "Expansion / Plateforme",
|
|
679
704
|
description: "Display name for the Expansion / Platform stage"
|
|
680
705
|
},
|
|
681
706
|
"stage.maturityRenewal.name": {
|
|
682
|
-
value: "
|
|
707
|
+
value: "Maturité / Renouvellement",
|
|
683
708
|
description: "Display name for the Maturity / Renewal stage"
|
|
684
709
|
},
|
|
685
710
|
"stage.exploration.question": {
|
|
686
|
-
value: "
|
|
711
|
+
value: "Y a-t-il un problème qui mérite mon temps ?",
|
|
687
712
|
description: "Key question for the Exploration stage"
|
|
688
713
|
},
|
|
689
714
|
"stage.problemSolutionFit.question": {
|
|
690
|
-
value: "
|
|
715
|
+
value: "Les gens se soucient-ils assez de cette solution ?",
|
|
691
716
|
description: "Key question for the Problem-Solution Fit stage"
|
|
692
717
|
},
|
|
693
718
|
"stage.mvpEarlyTraction.question": {
|
|
694
|
-
value: "
|
|
719
|
+
value: "Peut-on obtenir une utilisation réelle et apprendre vite ?",
|
|
695
720
|
description: "Key question for the MVP & Early Traction stage"
|
|
696
721
|
},
|
|
697
722
|
"stage.productMarketFit.question": {
|
|
698
|
-
value: "
|
|
723
|
+
value: "Est-ce que cela nous tire vers l’avant ?",
|
|
699
724
|
description: "Key question for the Product-Market Fit stage"
|
|
700
725
|
},
|
|
701
726
|
"stage.growthScaleUp.question": {
|
|
702
|
-
value: "
|
|
727
|
+
value: "Peut-on faire croître de manière répétable ?",
|
|
703
728
|
description: "Key question for the Growth / Scale-up stage"
|
|
704
729
|
},
|
|
705
730
|
"stage.expansionPlatform.question": {
|
|
706
|
-
value: "
|
|
731
|
+
value: "Quelle est la prochaine courbe de croissance ?",
|
|
707
732
|
description: "Key question for the Expansion / Platform stage"
|
|
708
733
|
},
|
|
709
734
|
"stage.maturityRenewal.question": {
|
|
710
|
-
value: "
|
|
735
|
+
value: "Optimiser, réinventer ou arrêter ?",
|
|
711
736
|
description: "Key question for the Maturity / Renewal stage"
|
|
712
737
|
},
|
|
713
738
|
"stage.exploration.signal.0": {
|
|
714
|
-
value: "20+
|
|
739
|
+
value: "20+ entretiens de découverte",
|
|
715
740
|
description: "Signal for Exploration stage"
|
|
716
741
|
},
|
|
717
742
|
"stage.exploration.signal.1": {
|
|
718
|
-
value: "
|
|
743
|
+
value: "Énoncé clair du problème",
|
|
719
744
|
description: "Signal for Exploration stage"
|
|
720
745
|
},
|
|
721
746
|
"stage.exploration.signal.2": {
|
|
722
|
-
value: "ICP
|
|
747
|
+
value: "ICP nommé",
|
|
723
748
|
description: "Signal for Exploration stage"
|
|
724
749
|
},
|
|
725
750
|
"stage.problemSolutionFit.signal.0": {
|
|
726
|
-
value: "
|
|
751
|
+
value: "Réutilisation du prototype",
|
|
727
752
|
description: "Signal for Problem-Solution Fit stage"
|
|
728
753
|
},
|
|
729
754
|
"stage.problemSolutionFit.signal.1": {
|
|
730
|
-
value: "
|
|
755
|
+
value: "Énergie de recommandation",
|
|
731
756
|
description: "Signal for Problem-Solution Fit stage"
|
|
732
757
|
},
|
|
733
758
|
"stage.problemSolutionFit.signal.2": {
|
|
734
|
-
value: "
|
|
759
|
+
value: "Intérêt de prépaiement",
|
|
735
760
|
description: "Signal for Problem-Solution Fit stage"
|
|
736
761
|
},
|
|
737
762
|
"stage.mvpEarlyTraction.signal.0": {
|
|
738
|
-
value: "20–50
|
|
763
|
+
value: "20–50 utilisateurs actifs nommés",
|
|
739
764
|
description: "Signal for MVP & Early Traction stage"
|
|
740
765
|
},
|
|
741
766
|
"stage.mvpEarlyTraction.signal.1": {
|
|
742
|
-
value: "
|
|
767
|
+
value: "Livraisons hebdomadaires",
|
|
743
768
|
description: "Signal for MVP & Early Traction stage"
|
|
744
769
|
},
|
|
745
770
|
"stage.mvpEarlyTraction.signal.2": {
|
|
746
|
-
value: "
|
|
771
|
+
value: "Retours bruyants",
|
|
747
772
|
description: "Signal for MVP & Early Traction stage"
|
|
748
773
|
},
|
|
749
774
|
"stage.productMarketFit.signal.0": {
|
|
750
|
-
value: "
|
|
775
|
+
value: "Rétention sans héroïsme",
|
|
751
776
|
description: "Signal for Product-Market Fit stage"
|
|
752
777
|
},
|
|
753
778
|
"stage.productMarketFit.signal.1": {
|
|
754
|
-
value: "
|
|
779
|
+
value: "Bouche-à-oreille organique",
|
|
755
780
|
description: "Signal for Product-Market Fit stage"
|
|
756
781
|
},
|
|
757
782
|
"stage.productMarketFit.signal.2": {
|
|
758
|
-
value: "
|
|
783
|
+
value: "Témoignages de valeur",
|
|
759
784
|
description: "Signal for Product-Market Fit stage"
|
|
760
785
|
},
|
|
761
786
|
"stage.growthScaleUp.signal.0": {
|
|
762
|
-
value: "
|
|
787
|
+
value: "Canaux prévisibles",
|
|
763
788
|
description: "Signal for Growth / Scale-up stage"
|
|
764
789
|
},
|
|
765
790
|
"stage.growthScaleUp.signal.1": {
|
|
766
|
-
value: "
|
|
791
|
+
value: "Recrutements spécialisés",
|
|
767
792
|
description: "Signal for Growth / Scale-up stage"
|
|
768
793
|
},
|
|
769
794
|
"stage.growthScaleUp.signal.2": {
|
|
770
|
-
value: "
|
|
795
|
+
value: "Économie unitaire en bonne voie",
|
|
771
796
|
description: "Signal for Growth / Scale-up stage"
|
|
772
797
|
},
|
|
773
798
|
"stage.expansionPlatform.signal.0": {
|
|
774
|
-
value: "
|
|
799
|
+
value: "Métriques clés stables",
|
|
775
800
|
description: "Signal for Expansion / Platform stage"
|
|
776
801
|
},
|
|
777
802
|
"stage.expansionPlatform.signal.1": {
|
|
778
|
-
value: "
|
|
803
|
+
value: "Demande partenaires/API",
|
|
779
804
|
description: "Signal for Expansion / Platform stage"
|
|
780
805
|
},
|
|
781
806
|
"stage.expansionPlatform.signal.2": {
|
|
782
|
-
value: "
|
|
807
|
+
value: "Attraction d’écosystème",
|
|
783
808
|
description: "Signal for Expansion / Platform stage"
|
|
784
809
|
},
|
|
785
810
|
"stage.maturityRenewal.signal.0": {
|
|
786
|
-
value: "
|
|
811
|
+
value: "Focus sur les marges",
|
|
787
812
|
description: "Signal for Maturity / Renewal stage"
|
|
788
813
|
},
|
|
789
814
|
"stage.maturityRenewal.signal.1": {
|
|
790
|
-
value: "
|
|
815
|
+
value: "Paris de portefeuille",
|
|
791
816
|
description: "Signal for Maturity / Renewal stage"
|
|
792
817
|
},
|
|
793
818
|
"stage.maturityRenewal.signal.2": {
|
|
794
|
-
value: "
|
|
819
|
+
value: "Rafraîchissement du récit",
|
|
795
820
|
description: "Signal for Maturity / Renewal stage"
|
|
796
821
|
},
|
|
797
822
|
"stage.exploration.trap.0": {
|
|
798
|
-
value: "
|
|
823
|
+
value: "Image de marque avant la découverte",
|
|
799
824
|
description: "Trap for Exploration stage"
|
|
800
825
|
},
|
|
801
826
|
"stage.exploration.trap.1": {
|
|
802
|
-
value: "
|
|
827
|
+
value: "Décisions d’outillage prématurées",
|
|
803
828
|
description: "Trap for Exploration stage"
|
|
804
829
|
},
|
|
805
830
|
"stage.problemSolutionFit.trap.0": {
|
|
806
|
-
value: "«
|
|
831
|
+
value: "« Le marché est énorme » sans utilisateurs",
|
|
807
832
|
description: "Trap for Problem-Solution Fit stage"
|
|
808
833
|
},
|
|
809
834
|
"stage.problemSolutionFit.trap.1": {
|
|
810
|
-
value: "
|
|
835
|
+
value: "Sauter les boucles qualitatives",
|
|
811
836
|
description: "Trap for Problem-Solution Fit stage"
|
|
812
837
|
},
|
|
813
838
|
"stage.mvpEarlyTraction.trap.0": {
|
|
814
|
-
value: "
|
|
839
|
+
value: "Infra surdimensionnée pour 10 utilisateurs",
|
|
815
840
|
description: "Trap for MVP & Early Traction stage"
|
|
816
841
|
},
|
|
817
842
|
"stage.mvpEarlyTraction.trap.1": {
|
|
818
|
-
value: "
|
|
843
|
+
value: "Métrique de rétention indéfinie",
|
|
819
844
|
description: "Trap for MVP & Early Traction stage"
|
|
820
845
|
},
|
|
821
846
|
"stage.productMarketFit.trap.0": {
|
|
822
|
-
value: "
|
|
847
|
+
value: "Croissance héroïque non scalable",
|
|
823
848
|
description: "Trap for Product-Market Fit stage"
|
|
824
849
|
},
|
|
825
850
|
"stage.productMarketFit.trap.1": {
|
|
826
|
-
value: "
|
|
851
|
+
value: "Ignorer les signaux d’attrition",
|
|
827
852
|
description: "Trap for Product-Market Fit stage"
|
|
828
853
|
},
|
|
829
854
|
"stage.growthScaleUp.trap.0": {
|
|
830
|
-
value: "
|
|
855
|
+
value: "Dépenses publicitaires masquant les problèmes de rétention",
|
|
831
856
|
description: "Trap for Growth / Scale-up stage"
|
|
832
857
|
},
|
|
833
858
|
"stage.growthScaleUp.trap.1": {
|
|
834
|
-
value: "
|
|
859
|
+
value: "Dette infra bloquant les lancements",
|
|
835
860
|
description: "Trap for Growth / Scale-up stage"
|
|
836
861
|
},
|
|
837
862
|
"stage.expansionPlatform.trap.0": {
|
|
838
|
-
value: "
|
|
863
|
+
value: "Théâtre de plateforme avant que le coin soit solide",
|
|
839
864
|
description: "Trap for Expansion / Platform stage"
|
|
840
865
|
},
|
|
841
866
|
"stage.maturityRenewal.trap.0": {
|
|
842
|
-
value: "
|
|
867
|
+
value: "Supposer que le succès passé suffit",
|
|
843
868
|
description: "Trap for Maturity / Renewal stage"
|
|
844
869
|
},
|
|
845
870
|
"stage.exploration.focus.0": {
|
|
846
|
-
value: "
|
|
871
|
+
value: "Découverte client",
|
|
847
872
|
description: "Focus area for Exploration stage"
|
|
848
873
|
},
|
|
849
874
|
"stage.exploration.focus.1": {
|
|
850
|
-
value: "
|
|
875
|
+
value: "Définition du problème",
|
|
851
876
|
description: "Focus area for Exploration stage"
|
|
852
877
|
},
|
|
853
878
|
"stage.exploration.focus.2": {
|
|
854
|
-
value: "
|
|
879
|
+
value: "Clarté du segment",
|
|
855
880
|
description: "Focus area for Exploration stage"
|
|
856
881
|
},
|
|
857
882
|
"stage.problemSolutionFit.focus.0": {
|
|
858
|
-
value: "
|
|
883
|
+
value: "Hypothèse de solution",
|
|
859
884
|
description: "Focus area for Problem-Solution Fit stage"
|
|
860
885
|
},
|
|
861
886
|
"stage.problemSolutionFit.focus.1": {
|
|
862
|
-
value: "
|
|
887
|
+
value: "Message de valeur",
|
|
863
888
|
description: "Focus area for Problem-Solution Fit stage"
|
|
864
889
|
},
|
|
865
890
|
"stage.problemSolutionFit.focus.2": {
|
|
866
|
-
value: "
|
|
891
|
+
value: "Capture de retours",
|
|
867
892
|
description: "Focus area for Problem-Solution Fit stage"
|
|
868
893
|
},
|
|
869
894
|
"stage.mvpEarlyTraction.focus.0": {
|
|
870
|
-
value: "
|
|
895
|
+
value: "Activation",
|
|
871
896
|
description: "Focus area for MVP & Early Traction stage"
|
|
872
897
|
},
|
|
873
898
|
"stage.mvpEarlyTraction.focus.1": {
|
|
874
|
-
value: "
|
|
899
|
+
value: "Suivi de cohortes",
|
|
875
900
|
description: "Focus area for MVP & Early Traction stage"
|
|
876
901
|
},
|
|
877
902
|
"stage.mvpEarlyTraction.focus.2": {
|
|
878
|
-
value: "
|
|
903
|
+
value: "Rituels de retours",
|
|
879
904
|
description: "Focus area for MVP & Early Traction stage"
|
|
880
905
|
},
|
|
881
906
|
"stage.productMarketFit.focus.0": {
|
|
882
|
-
value: "
|
|
907
|
+
value: "Rétention",
|
|
883
908
|
description: "Focus area for Product-Market Fit stage"
|
|
884
909
|
},
|
|
885
910
|
"stage.productMarketFit.focus.1": {
|
|
886
|
-
value: "
|
|
911
|
+
value: "Fiabilité",
|
|
887
912
|
description: "Focus area for Product-Market Fit stage"
|
|
888
913
|
},
|
|
889
914
|
"stage.productMarketFit.focus.2": {
|
|
890
|
-
value: "
|
|
915
|
+
value: "Clarté de l’ICP",
|
|
891
916
|
description: "Focus area for Product-Market Fit stage"
|
|
892
917
|
},
|
|
893
918
|
"stage.growthScaleUp.focus.0": {
|
|
894
|
-
value: "
|
|
919
|
+
value: "Systèmes opérationnels",
|
|
895
920
|
description: "Focus area for Growth / Scale-up stage"
|
|
896
921
|
},
|
|
897
922
|
"stage.growthScaleUp.focus.1": {
|
|
898
|
-
value: "
|
|
923
|
+
value: "Boucles de croissance",
|
|
899
924
|
description: "Focus area for Growth / Scale-up stage"
|
|
900
925
|
},
|
|
901
926
|
"stage.growthScaleUp.focus.2": {
|
|
902
|
-
value: "
|
|
927
|
+
value: "Ingénierie de fiabilité",
|
|
903
928
|
description: "Focus area for Growth / Scale-up stage"
|
|
904
929
|
},
|
|
905
930
|
"stage.expansionPlatform.focus.0": {
|
|
906
|
-
value: "
|
|
931
|
+
value: "Partenariats",
|
|
907
932
|
description: "Focus area for Expansion / Platform stage"
|
|
908
933
|
},
|
|
909
934
|
"stage.expansionPlatform.focus.1": {
|
|
@@ -911,43 +936,43 @@ var esMessages = defineTranslation3({
|
|
|
911
936
|
description: "Focus area for Expansion / Platform stage"
|
|
912
937
|
},
|
|
913
938
|
"stage.expansionPlatform.focus.2": {
|
|
914
|
-
value: "
|
|
939
|
+
value: "Validation de nouveaux marchés",
|
|
915
940
|
description: "Focus area for Expansion / Platform stage"
|
|
916
941
|
},
|
|
917
942
|
"stage.maturityRenewal.focus.0": {
|
|
918
|
-
value: "
|
|
943
|
+
value: "Optimisation des coûts",
|
|
919
944
|
description: "Focus area for Maturity / Renewal stage"
|
|
920
945
|
},
|
|
921
946
|
"stage.maturityRenewal.focus.1": {
|
|
922
|
-
value: "
|
|
947
|
+
value: "Paris de réinvention",
|
|
923
948
|
description: "Focus area for Maturity / Renewal stage"
|
|
924
949
|
},
|
|
925
950
|
"stage.maturityRenewal.focus.2": {
|
|
926
|
-
value: "
|
|
951
|
+
value: "Planification de fin de vie",
|
|
927
952
|
description: "Focus area for Maturity / Renewal stage"
|
|
928
953
|
},
|
|
929
954
|
"formatter.stageTitle": {
|
|
930
|
-
value: "
|
|
955
|
+
value: "Étape {order} · {name}",
|
|
931
956
|
description: "Title template for stage summary"
|
|
932
957
|
},
|
|
933
958
|
"formatter.axis.product": {
|
|
934
|
-
value: "
|
|
959
|
+
value: "Produit : {phase}",
|
|
935
960
|
description: "Product axis label in summary"
|
|
936
961
|
},
|
|
937
962
|
"formatter.axis.company": {
|
|
938
|
-
value: "
|
|
963
|
+
value: "Entreprise : {phase}",
|
|
939
964
|
description: "Company axis label in summary"
|
|
940
965
|
},
|
|
941
966
|
"formatter.axis.capital": {
|
|
942
|
-
value: "Capital: {phase}",
|
|
967
|
+
value: "Capital : {phase}",
|
|
943
968
|
description: "Capital axis label in summary"
|
|
944
969
|
},
|
|
945
970
|
"formatter.action.fallback": {
|
|
946
|
-
value: "
|
|
971
|
+
value: "Concentrez-vous sur les prochains jalons.",
|
|
947
972
|
description: "Default action copy when no top action exists"
|
|
948
973
|
},
|
|
949
974
|
"formatter.digest": {
|
|
950
|
-
value: "
|
|
975
|
+
value: "Prochaine étape pour {name} : {actionCopy}",
|
|
951
976
|
description: "Recommendation digest template"
|
|
952
977
|
}
|
|
953
978
|
}
|
|
@@ -1041,31 +1066,6 @@ var getLifecycleStageBySlug = (slug) => {
|
|
|
1041
1066
|
}
|
|
1042
1067
|
return entry.id;
|
|
1043
1068
|
};
|
|
1044
|
-
// src/types/axes.ts
|
|
1045
|
-
var ProductPhase;
|
|
1046
|
-
((ProductPhase2) => {
|
|
1047
|
-
ProductPhase2["Sketch"] = "Sketch";
|
|
1048
|
-
ProductPhase2["Prototype"] = "Prototype";
|
|
1049
|
-
ProductPhase2["Mvp"] = "MVP";
|
|
1050
|
-
ProductPhase2["V1"] = "V1";
|
|
1051
|
-
ProductPhase2["Ecosystem"] = "Ecosystem";
|
|
1052
|
-
})(ProductPhase ||= {});
|
|
1053
|
-
var CompanyPhase;
|
|
1054
|
-
((CompanyPhase2) => {
|
|
1055
|
-
CompanyPhase2["Solo"] = "Solo";
|
|
1056
|
-
CompanyPhase2["TinyTeam"] = "TinyTeam";
|
|
1057
|
-
CompanyPhase2["FunctionalOrg"] = "FunctionalOrg";
|
|
1058
|
-
CompanyPhase2["MultiTeam"] = "MultiTeam";
|
|
1059
|
-
CompanyPhase2["Bureaucratic"] = "Bureaucratic";
|
|
1060
|
-
})(CompanyPhase ||= {});
|
|
1061
|
-
var CapitalPhase;
|
|
1062
|
-
((CapitalPhase2) => {
|
|
1063
|
-
CapitalPhase2["Bootstrapped"] = "Bootstrapped";
|
|
1064
|
-
CapitalPhase2["PreSeed"] = "PreSeed";
|
|
1065
|
-
CapitalPhase2["Seed"] = "Seed";
|
|
1066
|
-
CapitalPhase2["SeriesAorB"] = "SeriesAorB";
|
|
1067
|
-
CapitalPhase2["LateStage"] = "LateStage";
|
|
1068
|
-
})(CapitalPhase ||= {});
|
|
1069
1069
|
// src/utils/formatters.ts
|
|
1070
1070
|
var formatStageSummary = (stage, assessment, locale) => {
|
|
1071
1071
|
const i18n = locale ? createLifecycleI18n(locale) : getDefaultI18n();
|