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