Migration vers datamodels

This commit is contained in:
2026-02-25 15:49:55 +01:00
parent 64eb40abfb
commit f1ab04bf32
95 changed files with 7418 additions and 593 deletions

View File

@@ -112,6 +112,7 @@
"applyspleen": "Apply spleen",
"skilltranscendence": "Self Transcendence",
"confrontation": "Confrontation",
"confrontresult": "Confrontation Result",
"rollnormal": "Normal (4d6)",
"rollspleen": "With Spleen (5d6, worst 4 are kept)",
"rollideal": "With Ideal (5d6, best 4 are kept)",
@@ -168,7 +169,19 @@
"residence": "Residence",
"origin": "Origin",
"childhood": "Childhood",
"bonus": "Bonus"
"bonus": "Bonus",
"details": "Details",
"quantity": "Quantity",
"background": "Background",
"gmnotes": "GM Notes",
"age": "Age",
"profession": "Profession",
"level": "Level",
"create": "Create",
"delete": "Delete",
"edit": "Edit",
"spleen": "Spleen",
"ideal": "Ideal"
}
}
}

View File

@@ -113,6 +113,7 @@
"applyspleen": "Utiliser le spleen",
"skilltranscendence": "Dépassement de soi",
"confrontation": "Confrontation",
"confrontresult": "Résultat de Confrontation",
"rollnormal": "Normal (4d6)",
"rollspleen": "Avec le Spleen (5d6, 4 plus bas conservés)",
"rollideal": "Avec l'Idéal (5d6, 4 plus haut conservés)",
@@ -169,7 +170,19 @@
"residence": "Résidence",
"origin": "Origine",
"childhood": "Enfance",
"bonus": "Bonus"
"bonus": "Bonus",
"details": "Détails",
"quantity": "Quantité",
"background": "Background",
"gmnotes": "Notes GM",
"age": "Âge",
"profession": "Profession",
"level": "Niveau",
"create": "Créer",
"delete": "Supprimer",
"edit": "Éditer",
"spleen": "Spleen",
"ideal": "Idéal"
}
}
}